Action
Returns the state of the check box.
Syntax
bState = checkbox.GetState()
Variable
|
Description
|
bState
|
The selection state of the check box.
BOOLEAN.
|
Notes
The returned value is TRUE if the check box is selected or FALSE if it is not.
Example
BOOLEAN bIsChecked
bIsChecked = Find.CaseSensitive.GetState()
Print(bIsChecked)