Vcl.Ribbon.TRibbonObsidianColorMap.ControlInactiveColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ControlInactiveColor: TColor read FControlInactiveColor write FControlInactiveColor default 15263976;

C++

__property ControlInactiveColor = {default=15263976};

Eigenschaften

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

Beschreibung

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

Vcl.Ribbon.TRibbonObsidianColorMap.ControlInactiveColor erbt von Vcl.Ribbon.TCustomRibbonColorMap.ControlInactiveColor. Der folgende Inhalt bezieht sich auf Vcl.Ribbon.TCustomRibbonColorMap.ControlInactiveColor.

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