Click or drag to resize

SpinnerEvent.Type Property

X#
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 
Request Example View Source

Property Value

Type: Long
One 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:
ConstantDescription
UNITDECREMENTThe position has been decremented by a single unit.
UNITINCREMENTThe position has been incremented by a single unit.
SCROLLTOTOPLEFTSpinning has reached the top-most position in a vertical spinner or the left-most position in a horizontal spinner.
SCROLLTOBOTTOMRIGHTSpinning has reached the bottom-most position in a vertical spinner or the right-most position in a horizontal spinner.
SCROLLENDSpinning has finished.
See Also