Table of Contents

TTMSFNCPopupMenuControlMouseEvent Event Type

Fires when a mouse button is pressed or released over an embedded control inside a menu item.

API unit family: TMSFNCPopupMenu

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.