SpinnerEvent Class |
Namespace: VO
The SpinnerEvent type exposes the following members.
Name | Description | |
---|---|---|
SpinnerEvent | Initializes a new instance of the SpinnerEvent class |
Name | Description | |
---|---|---|
Handle |
The pointer to the window where the event occurred
(Inherited from Event.) | |
Message |
A dword representing the Windows API message associated with the given event.
(Inherited from Event.) | |
OldPosition |
A numeric value representing the position of the spinner associated with this event immediately before the event occurred.
| |
OldValue |
The value of the spinner associated with this event immediately before the event occurred.
| |
Position |
A numeric value representing the new position of the spinner associated with this event.
| |
Spinner |
The spinner control object that generated this event.
| |
SpinnerID |
The numeric ID of the spinner control object that generated this event.
| |
Type |
One of the following constants representing the type of action that took place when this event occurred:
| |
Value |
The new value of the spinner associated with this event.
| |
Window |
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.) |
Name | Description | |
---|---|---|
hWnd | (Inherited from Event.) | |
lParam | (Inherited from Event.) | |
oWindow | (Inherited from Event.) | |
uMsg | (Inherited from Event.) | |
wParam | (Inherited from Event.) |