This message sets the background color of text in a list view control. You can send this message explicitly or by using the ListView_SetTextBkColor macro.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Related macro: | ListView_SetTextBkColor |
Syntax
LVM_SETTEXTBKCOLOR wParam = 0;
lParam = (LPARAM)(COLORREF) clrText;
Parameters
clrText
New text color
Return Values
TRUE indicates success. FALSE indicates failure.
See Also