TTMSFNCPopupMenuMouseEvent Event Type
Fires when a mouse button is pressed or released over a menu item control.
API unit family: TMSFNCPopupMenu
Parameters
| Name | Description |
|---|---|
Sender |
The popup menu that raised the event. |
AMenuItemControl |
The item control receiving the mouse event. |
AMouseInfo |
Mouse position, button, and modifier state. |
AClosePopup |
Set to True to close the menu after this event. |
ADispatchHandling |
Set to False to suppress default mouse handling. |