Win32RadioButton |
Top Previous Next |
This is generic Win32 radio button. Use DoAction to select the button. Extends SeSSimulatedObject.
Behavior Pattern: Win32CheckBox
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.
Behavior Pattern: Win32Radio
|