API:Vcl.ExtCtrls.TColorBox.DefaultColorColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultColorColor;

C++

__property DefaultColorColor = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TColorBox

Description

Specifies the color displayed in the color box for clDefault.

Vcl.ExtCtrls.TColorBox.DefaultColorColor inherits from Vcl.ExtCtrls.TCustomColorBox.DefaultColorColor. All content below this line refers to Vcl.ExtCtrls.TCustomColorBox.DefaultColorColor.

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