Share via


ImageList_GetBkColor

This function retrieves the current background color for an image list.

COLORREF WINAPI ImageList_GetBkColor(
  HIMAGELIST himl 
);

Parameters

  • himl
    [in] Handle to the image list.

Return Values

The background color indicates success. NULL indicates failure.

Requirements

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

See Also

ImageList_SetBkColor

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.