Vcl.Forms.TTitleBar.StyleColors
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.