Vcl.ActnMan.TCustomActionManager.OnGetCommandPropertiesClass

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

Delphi

property OnGetCommandPropertiesClass: TGetCommandPropertiesClassEvent read FOnGetCommandPropertiesClass

C++

__property TGetCommandPropertiesClassEvent OnGetCommandPropertiesClass = {read=FOnGetCommandPropertiesClass, write=FOnGetCommandPropertiesClass};

プロパティ

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


説明

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

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


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

関連項目