Vcl.ComCtrls.TCoolBand.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read FColor write SetColor stored IsColorStored default clBtnFace;

C++

__property System::Uitypes::TColor Color = {read=FColor, write=SetColor, stored=IsColorStored, default=-16777201};

Properties

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

Description

Specifies the color of the band.

Use the Color property to select the color of the band. Setting Color automatically sets ParentColor to false.

See Also