Vcl.ActnMenus.TMenuPopupEvent
C++
typedef void __fastcall (__closure *TMenuPopupEvent)(System::TObject* Sender, Vcl::Actnman::TCustomActionControl* Item);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| typedef | public | Vcl.ActnMenus.hpp | Vcl.ActnMenus | Vcl.ActnMenus |
説明
TMenuPopupEvent は、アクション メニューの OnPopup イベント ハンドラの型です。
TMenuPopupEvent を使用すると、ポップアップ メニューのアクションを示すことができます。
Sender は、コントロール パネル アプリケーション オブジェクトです。
Item は、ポップアップ メニューのアクションを返します。