ScrollBar.TextValue Property (Typed) | |
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
public override string TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
StringA 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