ScrollEvent.OldPosition Property | |
A numeric value representing the old position of the thumb in a scroll bar when this ScrollEvent occurred (that is, where the thumb was located before being manipulated by the user).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY OldPosition AS LONG GET
public virtual int OldPosition { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the old position of the thumb in a scroll bar when this ScrollEvent occurred (that is, where the thumb was located before being manipulated by the user).
Remarks
A numeric value representing the old position of the thumb in a scroll bar when this ScrollEvent occurred (that is, where the thumb was located before being manipulated by the user).
By subtracting ScrollEvent:Position from ScrollEvent:OldPosition, the relative difference can be used for scrolling the thumb.
See Also