TTMSFNCPopupMenuDefaultKeyEvent Event Type
Fires when a standard navigation key (Return, Escape, arrow, etc.) is pressed and the default handler is about to run.
API unit family: TMSFNCPopupMenu
Parameters
| Name | Description |
|---|---|
Sender |
The popup menu that raised the event. |
AMenuItemControl |
The active item control. |
AKeyInfo |
Key code, modifier state, and menu view reference. |
AClosePopup |
Set to True to close the menu. |
ADispatchHandling |
Set to False to suppress default key dispatch. |