BBjCloseEvent::isSelected
Description
In BBj 15.0 and higher, this method returns a boolean value indicating whether a BBjCheckBox or BBjRadioButton control is selected.
Syntax
Return Value |
Method |
boolean |
isSelected(BBjCheckBoxcontrol!) |
boolean |
isSelected(BBjRadioButtoncontrol!) |
Parameters
Variable |
Description |
control! |
Specifies a BBjCheckBox or BBjRadioButtonobject. |
Return Value
Returns a boolean value indicating whether the specified BBjCheckBox or BBjRadioButton is selected.
Remarks
None.
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.