Share via


ImageList_SetBkColor (Windows CE 5.0)

Send Feedback

This function sets the background color for an image list.

COLORREFWINAPIImageList_SetBkColor(HIMAGELISThiml, COLORREFclrBk );

Parameters

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

Return Values

The previous background color indicates success. CLR_NONE indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.