AndroidSwitch |
Top Previous Next |
Extends AndroidObject. Extends SeSSimulatedObject.
Behavior Pattern: AndroidObjectCheckableBehavior
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.
|