Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This macro sets the background image in a list-view control. You can use this macro or send the LVM_SETBKIMAGE message explicitly.
BOOL ListView_SetBkImage( HWND hwndLV, LPLVBKIMAGE plvbki);
Parameters
- hwndLV
Handle to the list-view control. - plvbki
Pointer to an LVBKIMAGE structure that contains the new background image information.
Return Values
Returns nonzero if successful, or zero otherwise.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.
See Also
ListView_GetBkImage | List-View Controls Macros
Send Feedback on this topic to the authors