Vcl.Ribbon.TCustomRibbonColorMap.ControlInactiveColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ControlInactiveColor: TColor read FControlInactiveColor write FControlInactiveColor;

C++

__property System::Uitypes::TColor ControlInactiveColor = {read=FControlInactiveColor, write=FControlInactiveColor, nodefault};

Eigenschaften

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

Beschreibung

ControlInactiveColor gibt die Farbe des Frames eines inaktiven Ribbon-Steuerelements an.

Mit ControlInactiveColor können Sie die Farbe des Frames eines inaktiven Ribbon-Steuerelements angeben oder ändern.

Siehe auch