RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.OnCustomized Event

Occurs when the user finishes making changes to the toolbar.

Pascal
property OnCustomized: TNotifyEvent;
C++
__property TNotifyEvent OnCustomized;

Write an OnCustomized event handler to take action after the user has finished making changes to the toolbar. This event occurs when the user finishes a drag operation (with the Shift key down) that moves or deletes a tool button, and when the user exits the toolbar customize dialog. 

 

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