ImageList_GetBkColor function
Retrieves the current background color for an image list.
Syntax
COLORREF ImageList_GetBkColor( _In_ HIMAGELIST himl );
Parameters
- himl [in]
-
Type: HIMAGELIST
A handle to the image list.
Return value
Type: COLORREF
The return value is the background color.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: