ImageList_SetBkColor(3w)
NAME
ImageList_SetBkColor (COMCTL32.@)
SYNOPSIS
COLORREF ImageList_SetBkColor ( HIMAGELIST himl, COLORREF clrBk )
DESCRIPTION
Sets the background color of an image list.
PARAMS
himl [In] handle to image list.
clrBk [In] background color.
RETURNS
Success: previous background color
Failure: CLR_NONE
IMPLEMENTATION
Defined in "commctrl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/imagelist.c".
- Debug channel "imagelist".