|
TelerikRadSpinEditor |
Top Previous Next |
|
Telerik RadSpinEditor. Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: TelerikSpinEditBehavior
Property Summary
Action Summary
Property Detail
Number value that means how much is added or removed when user clicks up or down. Accessors: GetIncrement, SetIncrement
Maximum value of the object or 'false' if value can't be read. Accessors: GetMaxValue, SetMaxValue
Minimum value of the object or 'false' if value can't be read. Accessors: GetMinValue, SetMinValue
Text of the object, 'false' if text can not be read. Accessors: GetText, SetText
Value of the object. Accessors: GetValue, SetValue
Action Detail
Decrements the value of an object
Returns:
'true' if success, 'false' otherwise.
Sets text value of this object.
Parameters:
Returns:
'true' if success, 'false' otherwise.
Increments the Value of an object.
Returns:
'true' if success, 'false' otherwise.
|