RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomizeActionBars Class

TCustomizeActionBars is an action that causes the ActionBands customization dialog to appear.

Pascal
TCustomizeActionBars = class(TAction);
C++
class TCustomizeActionBars : public TAction;

TCustomizeActionBars is an action that causes the ActionBands customization dialog to appear. This dialog allows users to customize the ActionBands components (such as the main menu component TActionMainMenuBar) as they see fit. This action works only with the ActionBands action manager (TActionManager); it will not work with action lists by themselves. 

 

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