Click or drag to resize

ScrollBar.ThumbPosition Property

X#
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 
Request Example View Source

Property Value

Type: Usual
A 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