TTMSFNCPopupMenu.OnItemControlMouseDown Event
Fires when a mouse button is pressed over an embedded control inside a menu item.
API unit family: TMSFNCPopupMenu
Declaring type: TTMSFNCPopupMenu
Inherited from: TTMSFNCCustomPopupMenu
Syntax
OnItemControlMouseDown: TTMSFNCPopupMenuControlMouseEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The popup menu that raised the event. |
AMenuItemControl |
The item control containing the embedded control. |
AFocusedControl |
The embedded control that received focus. |
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 handling. |