Vcl.Forms.TTitleBar.StyleColors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleColors: Boolean read FStyleColors write SetStyleColors default False;

C++

__property bool StyleColors = {read=FStyleColors, write=SetStyleColors, default=0};

Properties

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

Description

Used to specify if TitleBar should use the colors from VCL Style if it is active.

When set to True, it enables the automatic use of VCL Styles colors for background and buttons on the title bar.

See Also