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 Control Object to be visible/invisible.

Arguments

ControlObject {string}

The name of the Control Object that you want to show/hide.

 

Value {Boolean}

If set to True, the control is visible; if set to False it is invisible.

Returns

Boolean.

For an example of how the Visible property can be used, see Mimic.Layers.