Vcl.Forms.TTitleBar.BackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColor: TColor read FBackgroundColor write SetBackgroundColor default clActiveCaption;

C++

__property System::Uitypes::TColor BackgroundColor = {read=FBackgroundColor, write=SetBackgroundColor, default=-16777214};

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 background.

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

See Also