SliderEvent Class |
Namespace: VO
The SliderEvent type exposes the following members.
Name | Description | |
---|---|---|
SliderEvent | Initializes a new instance of the SliderEvent 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 old position of the thumb in a scroll bar when this ScrollEvent occurred (that is, where the thumb was located before being manipulated by the user).
(Inherited from ScrollEvent.) | |
Position |
A numeric value representing the desired position of the thumb in a scroll bar when this ScrollEvent occurred (that is, where the user has newly positioned the thumb).
(Inherited from ScrollEvent.) | |
ScrollBar |
The scroll bar that generated this ScrollEvent.
(Inherited from ScrollEvent.) | |
ScrollBarID |
The ID of the scroll bar that generated this ScrollEvent.
(Inherited from ScrollEvent.) | |
Slider |
The slider control object that generated this event.
| |
TYPE |
A string representing the type of scrolling action that took place when this ScrollEvent occurred.
(Inherited from ScrollEvent.) | |
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.) |