Vcl.ComCtrls.TToolBar.OnCustomizing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCustomizing: TNotifyEvent read FOnCustomizing write FOnCustomizing;

C++

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

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Occurs when the user displays the toolbar customize dialog in order to make changes to the toolbar.

Write an OnCustomizing event handler to take action when the user first displays the toolbar customize dialog.

See Also