Visible
The Visible Control Object property allows the script to set the visibility of the Control Object.
Syntax |
ControlObject.Visible = Value Where ControlObject is the name of the Control Object that you are hiding/showing. |
Description |
Sets the position of the Control Object on the X-Axis (horizontal positioning). |
Arguments |
ControlObject {string} The name of the Control Object that you want to show/hide.
Value {Boolean} If set to True (1), the control is visible; if set to False (0) it is invisible. |
Returns |
Boolean. |
For an example of how the Visible property can be used, see Mimic.Layers.