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