Control.setVisible

Overview | Methods | Fields | This Package | All Packages

Control.setVisible

Sets a boolean value indicating whether this control is visible.

Syntax

public void setVisible( boolean value )

Parameters

value

Set to true if the control is visible; otherwise, set to false.

See Also   getVisible