SelectionSlider.SelectionRange Property | |
A Range object representing the minimum and maximum values currently in use for the selection bar of the slider.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SelectionRange AS USUAL GET SET
public virtual Usual SelectionRange { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA Range object representing the minimum and maximum values currently in use for the selection bar of the slider.
See Also