TTMSFNCPopupMenu.OnItemMouseUp Event
Fires when a mouse button is released over a menu item.
API unit family: TMSFNCPopupMenu
Declaring type: TTMSFNCPopupMenu
Inherited from: TTMSFNCCustomPopupMenu
Syntax
OnItemMouseUp: TTMSFNCPopupMenuMouseEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The popup menu that raised the event. |
AMenuItemControl |
The item control that received the release. |
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. |