LVM_SETTEXTBKCOLOR  1LNDNGJ 

The LVM_SETTEXTBKCOLOR message sets the background color of text in a list view control. You can send this message explicitly or by using the ListView_SetTextBkColor1RTL4M macro.

LVM_SETTEXTBKCOLOR

wParam = 0;

lParam = (LPARAM) (COLORREF) clrText;

 

Parameters

clrText

New text color.

 

Return Values

Returns TRUE if successful or FALSE otherwise.

See Also

ListView_SetTextBkColor