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