RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.CustomizeValueName Property

Specifies the registry value under which the tool bar saves its current button configuration before the user changes it using the toolbar customize dialog.

Pascal
property CustomizeValueName: string;
C++
__property AnsiString CustomizeValueName;

Use CustomizeValueName to specify the name that the toolbar uses to save its button configuration when the user first displays the toolbar customize dialog. This is a value under the registry key specified by the CustomizeKeyName property. 

When the user double-clicks the tool bar to display the toolbar customize dialog, the tool bar receives an OnCustomizing event and then automatically saves its current configuration to the Registry using this value. If the user instructs the dialog to restore this configuration, the toolbar fetches this saved configuration. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!