Vcl.BandActn.TCustomizeActionBars

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnList.TActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomizeActionBars

Delphi

TCustomizeActionBars = class(TAction)

C++

class PASCALIMPLEMENTATION TCustomizeActionBars : public Vcl::Actnlist::TAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.BandActn.pas
Vcl.BandActn.hpp
Vcl.BandActn Vcl.BandActn

Description

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

The ActionBands customization 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 (Vcl.BandActn.TCustomizeActionBars.ActionManager); this action will not work with action lists by themselves.

See Also