Vcl.StdStyleActnCtrls.TStandardStyleActionBars.GetPopupClass
Delphi
function GetPopupClass(ActionBar: TCustomActionBar): TCustomPopupClass; override;
C++
virtual Vcl::Actnmenus::TCustomPopupClass __fastcall GetPopupClass(Vcl::Actnman::TCustomActionBar* ActionBar);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.StdStyleActnCtrls.pas Vcl.StdStyleActnCtrls.hpp |
Vcl.StdStyleActnCtrls | TStandardStyleActionBars |
説明
メニュー アクション バンドに関連づけられているポップアップ メニューのメタクラスを返します。
GetPopupClass は、メニュー アクション バンドに関連づけられているポップアップ メニューを検索するために使用されます。GetPopupClass の値は、アクション バンドに対するポップアップ メニューとして使用される、TCustomActionPopupMenu インスタンスを作成するために使用されます。