BBjCheckBox::setSelected
Description
Sets whether the BBjCheckBox will be checked on or off.
Syntax
Return Value |
Method |
void |
setSelected(boolean selected) |
Parameters
Variable |
Description |
selected |
Specifies if the BBjCheckBox will be checked on or off. 0 = Not Checked 1 = Checked |
Return Value
None.
Remarks
By default, the BBjCheckBox is not checked.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.