Vcl.StdStyleActnCtrls.TStandardStyleActionBars.GetPopupClass

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

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 インスタンスを作成するために使用されます。

関連項目