ListView_SetTextColorListView_SetTextColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ListView_SetTextBkColor
*Next Topic: ListView_SetToolTips

ListView_SetTextColor


BOOL ListView_SetTextColor(
    HWND hwnd, 		
    COLORREF clrText		
);		

Sets the text color of a list view control. You can use this macro or send the LVM_SETTEXTCOLOR 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.