Prev Next

ListView_GetTextBkColor info  Overview  Group

The ListView_GetTextBkColor macro retrieves the text background color of a list view control. You can use this macro or explicitly send the LVM_GETTEXTBKCOLOR 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