LVM_SETBKIMAGELVM_SETBKIMAGE*
*Contents  *Index  *Topic Contents
*Previous Topic: LVM_SETBKCOLOR
*Next Topic: LVM_SETCALLBACKMASK

LVM_SETBKIMAGE


LVM_SETBKIMAGE
    wParam = 0;
    lParam = (LPARAM)(LPLVBKIMAGE) plvbki;

Sets the background image in a list view control. You can send this message explicitly or by using the ListView_SetBkImage macro.

plvbki
Address of a LVBKIMAGE structure that contains the new background image information.

Because the list view control uses OLE COM to manipulate the background images, the calling application must call CoInitialize or OleInitialize before sending this message. It is best to call one of these functions when the application is initialized and call either CoUnitialize or OleUnitialize when the application is terminating.

Version 4.71

See also LVM_GETBKIMAGE


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.