ListView_GetTextBkColor  1_NJH97 

The ListView_GetTextBkColor macro retrieves the text background color of a list view control. You can use this macro or explicitly send the LVM_GETTEXTBKCOLOR1.1J7NW message.

COLORREF ListView_GetTextBkColor(

    HWND hwnd

 

   );

 

 

Parameters

hwnd

Handle to the list view control.

 

Return Values

Returns the background color of the text.

See Also

LVM_GETTEXTBKCOLOR