UIACheckBox |
Top Previous Next |
Extends UIAObject. Extends SeSSimulatedObject.
Behavior Pattern: UIAutomationCheckBoxBehavior
Property Summary
Action Summary
Property Detail
CheckedCheck state of the button. 'true' if the button is checked, 'false' otherwise.
Type: boolean
Accessors: GetChecked, SetChecked
Action Detail
DoSetCheck(bcheck)Sets check state of the object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
|