ImageList_SetBkColorImageList_SetBkColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ImageList_ReplaceIcon
*Next Topic: ImageList_SetDragCursorImage

ImageList_SetBkColor


COLORREF ImageList_SetBkColor(
    HIMAGELIST himl, 	
    COLORREF clrBk	
   );	

Sets the background color for an image list.

himl
Handle to the image list.
clrBk
Background color to set. This parameter can be the CLR_NONE value; in that case, images are drawn transparently using the mask.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.