RasterControl.setVisible( isVisible )
Switches the control's base elementvisibility
property between
hidden
and its default setting.
Parameters
Name | Type | Description | |
---|---|---|---|
isVisible | boolean |
False sets the control's base element
visibility property to hidden . True
restores the control's base element visibility
property back to its default. |
Returns
Type | Description |
---|---|
object | The control object. This allow for chaining multiple setter methods in one single statement. |