MSComCtlSlider20¶
ComCtl Slider Control
Extends ActiveXObject
Extends SeSSimulatedObject
Behavior Pattern: MSComCtlSlider20Behavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
MaxValue | Maximum value of the object or 'false' if value can't be read. | GetMaxValue | SetMaxValue |
MinValue | Minimum value of the object or 'false' if value can't be read. | GetMinValue | SetMinValue |
Value | Value of the object. | GetValue | SetValue |
Property Detail¶
MaxValue¶
Maximum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMaxValue, SetMaxValue
value = SeS('SomeMSComCtlSlider20').GetMaxValue()
SeS('SomeMSComCtlSlider20').SetMaxValue(value)
MinValue¶
Minimum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMinValue, SetMinValue
value = SeS('SomeMSComCtlSlider20').GetMinValue()
SeS('SomeMSComCtlSlider20').SetMinValue(value)
Value¶
Value of the object.
Type: number
Accessors: GetValue, SetValue
value = SeS('SomeMSComCtlSlider20').GetValue()
SeS('SomeMSComCtlSlider20').SetValue(value)