API:Vcl.Ribbon.TRibbonLunaColorMap.ControlColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ControlColor: TColor read FControlColor write FControlColor default 16777215;

C++

__property ControlColor = {default=16777215};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonLunaColorMap

Beschreibung

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

Vcl.Ribbon.TRibbonLunaColorMap.ControlColor erbt von Vcl.Ribbon.TCustomRibbonColorMap.ControlColor. Der folgende Inhalt bezieht sich auf Vcl.Ribbon.TCustomRibbonColorMap.ControlColor.

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