Click or drag to resize

ScrollBar.TextValue Property

X#
A string representing the thumb position of the scroll bar.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TextValue AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A string representing the thumb position of the scroll bar.
Remarks
A string representing the thumb position of the scroll bar. For example, the value can be "42". The ScrollBar:TextValue assign also changes ScrollBar:ThumbPosition and ScrollBar:Value. If the value to be assigned is outside the allowable Min-Max range associated with the scroll bar, the value is modified so it is either the Min or Max value.
See Also