ScrollBar.TextValue Property | |
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
public override Usual TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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