table of contents
other versions
- wheezy 1.4.1-4
ImageList_SetBkColor(3w) | Wine API | 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_NONEIMPLEMENTATION¶
Declared in "commctrl.h". Implemented in "dlls/comctl32/imagelist.c". Debug channel "imagelist".Oct 2012 | Wine API |