Telerik RadCheckButton. Extends ManagedCheckBox. Extends SeSSimulatedObject.
Behavior Pattern: ManagedObjectCheckableBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
Checked
|
Check state of the button.
|
GetChecked
|
SetChecked
|
Action Summary
Action
|
Description
|
DoSetCheck
|
Sets check state of the object.
|
Property Detail
Checked
Check state of the button. 'true' if the button is checked, 'false' otherwise.
Accessors: GetChecked, SetChecked
Action Detail
DoSetCheck(bcheck)
Sets check state of the object.
Parameters:
Name
|
Type
|
Description
|
bcheck
|
boolean
|
Desired check state for the button.
|
Returns:
'true' if success, 'false' otherwise.
|