Vcl.Forms.TTitleBar.ButtonPressedForegroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonPressedForegroundColor: TColor read FButtonPressedForegroundColor write SetButtonPressedForegroundColor default clHighlightText;

C++

__property System::Uitypes::TColor ButtonPressedForegroundColor = {read=FButtonPressedForegroundColor, write=SetButtonPressedForegroundColor, default=-16777202};

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 when are pressed.

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

See Also