Table of Contents

TTMSFNCMenuItemMouseInfo Record

Mouse event context passed to item mouse-down and mouse-up handlers.

API unit family: TMSFNCPopupMenu

Syntax

TTMSFNCMenuItemMouseInfo = record

Fields and properties

Name Type Description
MouseButton TTMSFNCMouseButton Mouse button that was pressed or released.
MousePos TPointF Mouse position in the coordinate space of the menu item control.
Shift TShiftState Keyboard modifier state at the time of the mouse event.
View ITMSFNCMenuView Menu view that owns the item receiving this event.