BBjWindowValues::isSelected
Description
In BBj 17.00 and higher, this method returns a boolean value indicating whether a BBjCheckBox or BBjRadioButton control was selected when this BBjWindowValues object was captured.
Syntax
Return Value | Method |
---|---|
boolean | isSelected(BBjCheckBox control!) |
boolean | isSelected(BBjRadioButton control!) |
Parameters
Parameter | Description |
---|---|
control! | Specifies a BBjCheckBox or BBjRadioButton object. |
Return Value
Returns a boolean value indicating whether a BBjCheckBox or BBjRadioButton control is selected.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.