Vcl.ActnMan.TCustomActionManager.OnGetCommandPropertiesClass
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 プロパティは、リボン アプリケーションとして使用されます。