Click or drag to resize

SpinnerEvent Class

X#
Provide information about a spinner event, which is generated when either of the spinner's arrow buttons is clicked.
Inheritance Hierarchy
Object
  Event
    SpinnerEvent

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS SpinnerEvent INHERIT Event
Request Example View Source

The SpinnerEvent type exposes the following members.

Constructors
  NameDescription
Public methodSpinnerEvent
Initializes a new instance of the SpinnerEvent class
Top
Properties
  NameDescription
Public propertyHandle
The pointer to the window where the event occurred
(Inherited from Event.)
Public propertyMessage
A dword representing the Windows API message associated with the given event.
(Inherited from Event.)
Public propertyOldPosition
A numeric value representing the position of the spinner associated with this event immediately before the event occurred.
Public propertyOldValue
The value of the spinner associated with this event immediately before the event occurred.
Public propertyPosition
A numeric value representing the new position of the spinner associated with this event.
Public propertySpinner
The spinner control object that generated this event.
Public propertySpinnerID
The numeric ID of the spinner control object that generated this event.
Public propertyType
One of the following constants representing the type of action that took place when this event occurred:
Public propertyValue
The new value of the spinner associated with this event.
Public propertyWindow
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
(Inherited from Event.)
Top
Fields
  NameDescription
Public fieldhWnd (Inherited from Event.)
Public fieldlParam (Inherited from Event.)
Public fieldoWindow (Inherited from Event.)
Public fielduMsg (Inherited from Event.)
Public fieldwParam (Inherited from Event.)
Top
Remarks
A spinner event is generated when an arrow button of a spinner control is clicked. This event is generated for both horizontal and vertical spinners.
See Also

Reference