Vcl.Forms.TTitleBar.ButtonForegroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonForegroundColor: TColor read FButtonForegroundColor write SetButtonForegroundColor default clCaptionText;

C++

__property System::Uitypes::TColor ButtonForegroundColor = {read=FButtonForegroundColor, write=SetButtonForegroundColor, default=-16777207};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TTitleBar

Description

It gets or sets the foreground color of the title bar buttons.

Set the SystemColors property to False to customize the title bar colors.

See Also