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