Vcl.ExtCtrls.TCustomColorBox.DefaultColorColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultColorColor: TColor read FDefaultColorColor write SetDefaultColorColor default clBlack;

C++

__property System::Uitypes::TColor DefaultColorColor = {read=FDefaultColorColor, write=SetDefaultColorColor, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Description

Specifies the color displayed in the color box for clDefault.

Set DefaultColorColor to indicate what color the color box should use when drawing the icon for clDefault. This property only affects the color box if the Style property includes cbSystemColors and cbIncludeDefault.

Note: DefaultColorColor only affects the way clDefault appears in the color box. When you assign clDefault to a control, the control determines its own default color.

See Also