Sets a value that determines if a Slider control can have a selected range.
Syntax
object.SelectRange = boolean
The SelectRange property syntax has these parts:
Part | Description |
object | An object expression that evaluates to a Slider control. |
boolean | A Boolean expression that determines whether or not the Slider can have a selected range, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | The Slider can have a selected range. |
False | The Slider can't have a selected range. |
Remarks
If SelectRange is set to False, then the SelStart property setting is the same as the Value property setting. Setting the SelStart property also changes the Value property, and vice-versa, which will be reflected in the position of the slider on the control. Setting SelLength when the SelectRange property is False has no effect.