Vcl.Forms.TTitleBar.ButtonHoverBackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonHoverBackgroundColor: TColor read FButtonHoverBackgroundColor write SetButtonHoverBackgroundColor default clHighlight;

C++

__property System::Uitypes::TColor ButtonHoverBackgroundColor = {read=FButtonHoverBackgroundColor, write=SetButtonHoverBackgroundColor, default=-16777203};

Properties

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

Description

It gets or sets the background color of the title bar buttons when are hovered.

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

See Also