BBjWindowValues::isSelected

Description

In BBj 17 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

Variable

Description

control!

Specifies a BBjCheckBox or BBjRadioButton object.

Return Value

Returns a boolean value indicating whether a BBjCheckBox or BBjRadioButton control is selected.

Remarks

None.

See Also

BBjAPI

BBj Object Syntax

BBj Object Diagram for an illustration of the relationship between BBjObjects.