RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.BlendColor Property

Determines which foreground color to use when drawing an image.

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

Set BlendColor to cause the images in the list to be combined with the specified color when the DrawingStyle is dsFocus or dsSelected. More of BlendColor is combined with the images when DrawingStyle is dsSelected. clNone specifies no blend color while clDefault specifies the system highlight . 

 

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