ScrollBar.ThumbPosition Property (Typed) | |
A numeric value (short integer) representing the current thumb position of the scroll bar.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ThumbPosition AS LONG GET SET
public virtual int ThumbPosition { get; set; }
Request Example
View SourceProperty Value
Type:
LongA 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