Syntax
object.SelLength [= value]
object.SelStart [= value]
The SelLength and SelStart property syntaxes have these parts:
Part | Description |
object | An object expression that evaluates to a Slider control. |
value | A value that falls within the Min and Max properties. |
Remarks
The SelLength and SelStart properties are used together to select a range of contiguous values on a Slider control. The Slider control then has the additional advantage of being a visual analog of the range of possible values.
The SelLength property can't be less than 0, and the sum of SelLength and SelStart can't be greater than the Max property.