Click or drag to resize

SpinnerEvent Properties

X#

The SpinnerEvent type exposes the following members.

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
See Also