Vcl.Forms.TTitleBar.InactiveBackgroundColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InactiveBackgroundColor: TColor read FInactiveBackgroundColor write SetInactiveBackgroundColor default clInActiveCaption;

C++

__property System::Uitypes::TColor InactiveBackgroundColor = {read=FInactiveBackgroundColor, write=SetInactiveBackgroundColor, default=-16777213};

Eigenschaften

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


Beschreibung

Ruft die Hintergrundfarbe 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