ListView_SetTextBkColorListView_SetTextBkColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ListView_SetSelectionMark
*Next Topic: ListView_SetTextColor

ListView_SetTextBkColor


BOOL ListView_SetTextBkColor(
    HWND hwnd, 		
    COLORREF clrText		
);		

Sets the background color of text in a list view control. You can use this macro or send the LVM_SETTEXTBKCOLOR message explicitly.

hwnd
Handle to the list view control.
clrText
New text color.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.