BBjControl::setVisible
Description
Sets whether or not the BBjControl is visible.
Syntax
Return Value | Method |
---|---|
void | setVisible(boolean visible) |
Parameters
Parameter | Description |
---|---|
visible | Specifies whether or not the BBjControl
should be visible. By default, visible is set to be visible, true (1).
|
Return Value
None.
Remarks
By default, a BBjControl object is visible.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.