This function retrieves the current background color for an image list.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
COLORREF WINAPI ImageList_GetBkColor(HIMAGELIST himl);
Parameters
himl
[in] Handle to the image list.
Return Values
The background color indicates success. NULL indicates failure.
See Also