Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.OnMoreCommands

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

Delphi

property OnMoreCommands: TMoreCommandsEvent read FOnMoreCommands write FOnMoreCommands;

C++

__property TMoreCommandsEvent OnMoreCommands = {read=FOnMoreCommands, write=FOnMoreCommands};

プロパティ

種類 可視性 ソース ユニット
event public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar


説明

[他のコマンド...]コマンドが押された際に発生します。

OnMoreCommands は、[他のコマンド...]コマンドが押され、[カスタマイズ] ダイアログが現れた際に、呼び出されます。

関連項目