AutohideCondition Property

Pageflex Document Action API

Pageflex Document Action API AutohideCondition Property
Namespaces > Pageflex.Scripting > Bezier > AutohideCondition
Gets or sets the name of the Variable which controls the visibility of this Element.
Syntax
C# Visual Basic Managed C++
public string AutohideCondition { get; set; }
Public Property AutohideCondition As String
public:
virtual String^ AutohideCondition {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Remarks
Specifies a String naming the Variable which controls this element's visibility. A value of the empty string means that no autohide variable is assigned.
Remarks
When MergeData() is invoked, if the value of this Element's autohide variable is the empty string, then this Element's Visible property is set to falseFalsefalse.
Exceptions
Exception Condition
VariableNotFoundException The value must be a variable defined in the current project.
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)