Vcl.ActnMenus.TMenuPopupEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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 は、ポップアップ メニューのアクションを返します。

関連項目