BBjRadioButton::setSelected
Description
Sets whether or not the button will be selected in the BBjRadioButton control.
Syntax
Return Value |
Method |
void |
setSelected(boolean selected) |
Parameters
Variable |
Description |
selected |
Sets whether or not the radio button will be selected. 0 = Not Selected 1 = Selected |
Return Value
None.
Remarks
The default is not selected.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.