Vcl.ComCtrls.TCoolBand.ParentColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentColor: Boolean read FParentColor write SetParentColor default True;

C++

__property bool ParentColor = {read=FParentColor, write=SetParentColor, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Description

Determines whether the band uses the color of the TCoolBar that owns it.

If ParentColor is true, the band has the same color as the CoolBar it belongs to. Setting the Color property automatically sets ParentColor to false.

See Also