ScrollBar.ThumbPosition Property | |
A numeric value (short integer) representing the current thumb position of the scroll bar.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ThumbPosition AS USUAL GET SET
public virtual Usual ThumbPosition { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value (short integer) representing the current thumb position of the scroll bar.
Remarks
A numeric value (short integer) representing the current thumb position of the scroll bar.
For example, the value can be the number 42. The ThumbPosition assign also changes ScrollBar:TextValue and ScrollBar:Value.
If the value to be assigned is outside the allowable range associated with the scroll bar, the value is modified so it is either the Min or Max value defined for the Range object. When the scroll bar is created, the ThumbPosition is initialized to 99, or if 99 exceeds the Max value, to the Max value.
See Also