Vcl.Ribbon.TCustomActionControlBar.CreatingControls

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CreatingControls: Boolean read FCreatingControls;

C++

__property bool CreatingControls = {read=FCreatingControls, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomActionControlBar

Beschreibung

CreatingControls gibt an, ob Ribbon-Steuerelemente erstellt werden.

Verwenden Sie CreatingControls, um anzugeben, ob Ribbon-Steuerelemente auf der Aktionssymbolleiste erstellt werden.

Siehe auch