SpinnerEvent.Type Property | |
One of the following constants representing the type of action that took place when this event occurred:
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Type AS LONG GET
public virtual int Type { get; }
Request Example
View SourceProperty Value
Type:
LongOne of the following constants representing the type of action that took place when this event occurred:
Remarks
One of the following constants representing the type of action that took place when this event occurred:
Constant | Description |
---|
UNITDECREMENT | The position has been decremented by a single unit. |
UNITINCREMENT | The position has been incremented by a single unit. |
SCROLLTOTOPLEFT | Spinning has reached the top-most position in a vertical spinner or the left-most position in a horizontal spinner. |
SCROLLTOBOTTOMRIGHT | Spinning has reached the bottom-most position in a vertical spinner or the right-most position in a horizontal spinner. |
SCROLLEND | Spinning has finished. |
See Also