ImageList_SetBkColor.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/comctl32/imagelist.c".

Debug channel "imagelist".