RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionToolBar.AllowHiding Property

Determines whether the action band can be hidden.

Pascal
property AllowHiding: Boolean;
C++
__property Boolean AllowHiding;

Use AllowHiding to specify whether the action band can be hidden at runtime, if the application allows runtime customization by the end user. Setting AllowHiding to true allows the action band to be hidden at runtime. If AllowHiding is set to false, the action cannot be hidden. Certain action bands, such as the main menu action band, should set this AllowHiding to false. 

 

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