SpinnerEvent.OldPosition Property | |
A numeric value representing the position of the spinner associated with this event immediately before the event occurred.
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 position of the spinner associated with this event immediately before the event occurred.
See Also