Vcl.ActnMenus.TMenuPopupEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TMenuPopupEvent)(System::TObject* Sender, Vcl::Actnman::TCustomActionControl* Item);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ActnMenus.hpp Vcl.ActnMenus Vcl.ActnMenus

Description

TMenuPopupEvent is the type of the OnPopup event handler of an action menu.

TMenuPopupEvent lets you indicate the action of the pop-up menu.

Sender is the control panel application object.

Item returns the action of the pop-up menu.

See Also