MSComCtlSlider20 |
Top Previous Next |
Extends ActiveXObject. Extends SeSSimulatedObject.
Behavior Pattern: MSComCtlSlider20Behavior
Property Summary
Property Detail
MaxValueMaximum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMaxValue, SetMaxValue
MinValueMinimum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMinValue, SetMinValue
ValueValue of the object.
Type: number
Accessors: GetValue, SetValue
|