| Enumerator |
|---|
| Activate | Corresponds with WM_MOUSEACTIVATE
|
| LeftButtonClick | Sends 2 messages: 1 for WM_LBUTTONDOWN, then WM_LBUTTONUP
|
| LeftButtonDown | Corresponds with WM_LBUTTONDOWN
|
| LeftButtonDoubleClick | Corresponds with WM_LBUTTONDBLCLK
|
| LeftButtonUp | Corresponds with WM_LBUTTONUP
|
| MiddleButtonClick | Sends 2 messages: 1 for WM_MBUTTONDOWN, then WM_MBUTTONUP
|
| MiddleButtonDown | Corresponds with WM_MBUTTONDOWN
|
| MiddleButtonDoubleClick | Corresponds with WM_MBUTTONDBLCLK
|
| MiddleButtonUp | Corresponds with WM_MBUTTONUP
|
| MouseHover | Corresponds with WM_MOUSEHOVER
|
| MouseLeave | Corresponds with WM_MOUSELEAVE
|
| MouseMove | Corresponds with WM_MOUSEMOVE
|
| NonClientHover | Corresponds with WM_NCMOUSEHOVER
|
| NonClientLeave | Corresponds with WM_NCMOUSELEAVE
|
| NonClientMove | Corresponds with WM_NCMOUSEMOVE
|
| RightButtonClick | Sends 2 messages: 1 for WM_RBUTTONDOWN, then WM_RBUTTONUP
|
| RightButtonDown | Corresponds with WM_RBUTTONDOWN
|
| RightButtonDoubleClick | Corresponds with WM_RBUTTONDBLCLK
|
| RightButtonUp | Corresponds with WM_RBUTTONUP
|
| Wheel | Corresponds with WM_MOUSEWHEEL
|
| WheelHorizontal | Corresponds with WM_MOUSEHWHEEL
|