RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColorBox.DefaultColorColor Property

Specifies the color displayed in the color box for clDefault.

Pascal
property DefaultColorColor: TColor;
C++
__property TColor DefaultColorColor;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!