API: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

TCustomActionToolBar is the base class for the TActionToolBar component.

Vcl.Ribbon.TCustomActionControlBar inherits from Vcl.ActnCtrls.TCustomActionToolBar. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.

TCustomActionToolBar is the base class for the TActionToolBar component.

TCustomActionToolBar is the base class for components that generate tool bars based on the actions that an Action Manager specifies. TCustomActionToolBar descendants generate internal components for the controls in the tool bar, where each component represents an action in the Action manager. The layout of these items is managed automatically, and specified by the Action Manager.

See Also