Vcl.Forms.TTitleBar.ButtonInactiveForegroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonInactiveForegroundColor: TColor read FButtonInactiveForegroundColor write SetButtonInactiveForegroundColor default clInActiveCaptionText;

C++

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

Properties

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

Description

It gets or sets the color of the title bar buttons foreground when the owner form is inactive.

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

See Also