Vcl.ExtCtrls.TCustomColorBox.NoneColorColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NoneColorColor: TColor read FNoneColorColor write SetNoneColorColor default clBlack;

C++

__property System::Uitypes::TColor NoneColorColor = {read=FNoneColorColor, write=SetNoneColorColor, 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 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