RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.OnCustomizeAdded Event

Occurs when the user adds a button to the toolbar.

Pascal
property OnCustomizeAdded: TTBButtonEvent;
C++
__property TTBButtonEvent OnCustomizeAdded;

Write an OnCustomizeAdded handler to respond when the user adds a new button to the toolbar using the toolbar customize dialog.  

This event occurs after the new button is already added to the toolbar. To respond before the button is added, possibly even preventing the user from adding the button, use the OnCustomizeCanInsert event instead. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!