LVM_SETTEXTCOLOR  1NE8973 

The LVM_SETTEXTCOLOR message sets the text color of a list view control. You can send this message explicitly or by using the ListView_SetTextColor37LMP macro.

LVM_SETTEXTCOLOR

wParam = 0;

lParam = (LPARAM) (COLORREF) clrText;

 

Parameters

clrText

New text color.

 

Return Values

Returns TRUE if successful or FALSE otherwise.

See Also

ListView_SetTextColor