API:Vcl.Ribbon.TCustomActionControlBar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TCustomActionControlBar = class(TCustomActionToolbar)

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Beschreibung

TCustomActionToolBar ist die Basisklasse für die Komponente TActionToolBar.

Vcl.Ribbon.TCustomActionControlBar erbt von Vcl.ActnCtrls.TCustomActionToolBar. Der folgende Inhalt bezieht sich auf Vcl.ActnCtrls.TCustomActionToolBar.

TCustomActionToolBar ist die Basisklasse für die Komponente TActionToolBar.

TCustomActionToolBar ist die Basisklasse für Komponenten, die Symbolleisten auf der Grundlage von Aktionen erzeugen, die ein Aktionsmanager festlegt. Von TCustomActionToolBar abgeleitete Klassen erzeugen interne Komponenten für die Steuerelemente der Symbolleiste, wobei jede Komponente eine Aktion im Aktionsmanager repräsentiert. Ihr Layout wird automatisch verwaltet und über den Aktionsmanager definiert.

Siehe auch