Vcl.Forms.TTitleBar.ButtonForegroundColor
Delphi
property ButtonForegroundColor: TColor read FButtonForegroundColor write SetButtonForegroundColor default clCaptionText;
C++
__property System::Uitypes::TColor ButtonForegroundColor = {read=FButtonForegroundColor, write=SetButtonForegroundColor, default=-16777207};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TTitleBar |
Description
Il obtient ou définit la couleur d'avant-plan des boutons de la barre de titre.
Définit la propriété SystemColors sur False pour personnaliser les couleurs de la barre de titre.