Vcl.Forms.TTitleBar.InactiveForegroundColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InactiveForegroundColor: TColor read FInactiveForegroundColor write SetInactiveForegroundColor default clInActiveCaptionText;

C++

__property System::Uitypes::TColor InactiveForegroundColor = {read=FInactiveForegroundColor, write=SetInactiveForegroundColor, default=-16777197};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TTitleBar


Beschreibung

Ruft die Vordergrundfarbe der Titelleiste ab oder legt diese fest, wenn das Eigentümerformular inaktiv ist.

Legen Sie die Eigenschaft SystemColors auf False fest, um die Farben der Titelleiste anzupassen.

Siehe auch