Vcl.ComCtrls.TToolBar.OnCustomizeReset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCustomizeReset: TNotifyEvent read FOnCustomizeReset write FOnCustomizeReset;

C++

__property System::Classes::TNotifyEvent OnCustomizeReset = {read=FOnCustomizeReset, write=FOnCustomizeReset};

Properties

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

Description

Occurs when the user cancels a customization to the toolbar.

Write an OnCustomizeReset event handler to respond when the user cancels changes made in the toolbar customize dialog.

See Also