Vcl.ActnMan.TActionManager.OnGetCommandPropertiesClass

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

Delphi

property OnGetCommandPropertiesClass;

C++

__property OnGetCommandPropertiesClass;

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionManager

説明

OnGetCommandPropertiesClass は、GetCommandPropertiesClass 関数を呼び出すことで発生するイベントです。

Vcl.ActnMan.TActionManager.OnGetCommandPropertiesClass は Vcl.ActnMan.TCustomActionManager.OnGetCommandPropertiesClass を継承しています。以下の内容はすべて Vcl.ActnMan.TCustomActionManager.OnGetCommandPropertiesClass を参照しています。

OnGetCommandPropertiesClass は、GetCommandPropertiesClass 関数を呼び出すことで発生するイベントです。

OnGetCommandPropertiesClass は、CommandProperties プロパティが null でないことを確認するために、アクション クライアントの CommandStyle プロパティが設定された際に発生します。アクション クライアントの CommandProperties プロパティは、CommandStyle プロパティに依存します。


GetCommandPropertiesClass は、パラメータとして TActionClientItem(これに対して CommandStyle プロパティが設定される)を受け取ります。CommandStyle プロパティは、リボン アプリケーションとして使用されます。

関連項目