Share via


ImageList_GetBkColor (Compact 2013)

3/28/2014

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

Syntax

COLORREF WINAPI ImageList_GetBkColor(
  HIMAGELIST himl 
);

Parameters

  • himl
    [in] Handle to the image list.

Return Value

The background color indicates success. NULL indicates failure.

Requirements

Header

commctrl.h

Library

commctrl.lib,
Imgctl.lib

See Also

Reference

Image List Functions
ImageList_SetBkColor