Table of Contents

TTMSFNCPopupMenu.OnItemMouseDown Event

Fires when a mouse button is pressed over a menu item.

API unit family: TMSFNCPopupMenu Declaring type: TTMSFNCPopupMenu Inherited from: TTMSFNCCustomPopupMenu

Syntax

OnItemMouseDown: TTMSFNCPopupMenuMouseEvent;

Parameters

Name Description
Sender The popup menu that raised the event.
AMenuItemControl The item control that received the press.
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.