Click or drag to resize

ScrollBar.TextValue Property (Typed)

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

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

Property Value

Type: String
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