API:Vcl.ExtCtrls.TColorBox.NoneColorColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NoneColorColor;

C++

__property NoneColorColor = {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 clNone.

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

Specifies the color displayed in the color box for clNone.

Set NoneColorColor to indicate what color the color box should use when drawing the icon for clNone. This property only affects the color box if the Style property includes cbSystemColors and cbIncludeNone.

Note: NoneColorColor only affects the way clNone appears in the color box. When you assign clNone to a control, the control determines how to interpret clNone.

See Also