Vcl.ComCtrls.TToolBar.OnCustomizing

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

Delphi

property OnCustomizing: TNotifyEvent read FOnCustomizing write FOnCustomizing;

C++

__property System::Classes::TNotifyEvent OnCustomizing = {read=FOnCustomizing, write=FOnCustomizing};

プロパティ

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

説明

ツールバーに変更を加えるためにツールバーのカスタマイズダイアログをユーザーが表示すると発生します。

OnCustomizing イベントハンドラを記述すると,ユーザーが初めてツールバーのカスタマイズダイアログを表示したときにアクションを取得できます。

関連項目