|
RAD Studio VCL Reference
|
Occurs when user tries to add a button to the toolbar.
property OnCustomizeCanInsert: TTBCustomizeQueryEvent;
__property TTBCustomizeQueryEvent OnCustomizeCanInsert;
When the Customizable property is true, the user can add buttons to the toolbar using the toolbar customize dialog. OnCustomizeCanInsert occurs when the user tries to add a button, and allows the application to reject the insertion. If the OnCustomizeCanInsert event handler sets its Allow parameter to false, the toolbar customize dialog rejects the insertion.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|