Vcl.Ribbon.TCustomActionControlBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnCtrls.TCustomActionToolBarVcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarVcl.ToolWin.TToolWindowVcl.Controls.TWinControlTCustomActionControlBar

Delphi

TCustomActionControlBar = class(TCustomActionToolbar)

C++

class PASCALIMPLEMENTATION TCustomActionControlBar : public Vcl::Actnctrls::TCustomActionToolBar

Properties

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

Description

TCustomActionControlBar is the base class for action control bar objects that manage a set of actions.

TCustomActionControlBar is the base class for components that generate control bars based on the actions that an Action Manager specifies.

See Also