Vcl.Forms.TTitleBar.ButtonInactiveForegroundColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ButtonInactiveForegroundColor: TColor read FButtonInactiveForegroundColor write SetButtonInactiveForegroundColor default clInActiveCaptionText;

C++

__property System::Uitypes::TColor ButtonInactiveForegroundColor = {read=FButtonInactiveForegroundColor, write=SetButtonInactiveForegroundColor, default=-16777197};

Eigenschaften

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


Beschreibung

Ruft die Vordergrundfarbe der Schaltflächen auf 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