Vcl.Ribbon.TCustomRibbonColorMap.ControlColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ControlColor: TColor read FControlColor write FControlColor;

C++

__property System::Uitypes::TColor ControlColor = {read=FControlColor, write=FControlColor, nodefault};

Eigenschaften

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

Beschreibung

Die Eigenschaft ControlColor gibt die Farbe des Ribbon-Steuerelements an.

Mit ControlColor können Sie die Farbe des Ribbon-Steuerelements angeben oder ändern.

Siehe auch