TTMSFNCMenuServiceEventKind Enumeration
Classifies native menu service events by input type. An event that does not match a more specific category. A keyboard event. A mouse event that is not a button press, button release, or movement event. A mouse button press event. A mouse button release event. A mouse movement event.
API unit family: TMSFNCPopupMenu
Members
| Name | Description |
|---|---|
ekOther |
An event that does not match a more specific category. |
ekKey |
A keyboard event. |
ekMouseOther |
A mouse event that is not a button press, button release, or movement event. |
ekMouseDown |
A mouse button press event. |
ekMouseUp |
A mouse button release event. |
ekMouseMove |
A mouse movement event. |