This message retrieves the text background color of a list view control. You can send this message explicitly or by using the ListView_GetTextBkColor macro.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Related macro: | ListView_GetTextBkColor |
Syntax
LVM_GETTEXTBKCOLOR wParam = 0; lParam = 0;
Return Values
Returns the background color of the text
See Also