Vcl.ComCtrls.TToolBar.OnCustomizing

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnCustomizing: TNotifyEvent read FOnCustomizing write FOnCustomizing;

C++

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

Propriétés

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

Description

Se produit quand l'utilisateur affiche la boîte de dialogue de personnalisation de la barre d'outils.

Ecrivez un gestionnaire d'événement OnCustomizing pour réagir quand l'utilisateur affiche la boîte de dialogue de personnalisation de la barre d'outils.

Voir aussi