RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomColorBox.NoneColorColor Property

Specifies the color displayed in the color box for clNone.

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

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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!