LVM_SETTEXTCOLORLVM_SETTEXTCOLOR*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_SETTEXTBKCOLOR
*Next Topic: LVM_SETTOOLTIPS

LVM_SETTEXTCOLOR


LVM_SETTEXTCOLOR 
    wParam = 0; 
    lParam = (LPARAM) (COLORREF) clrText; 

Sets the text color of a list view control. You can send this message explicitly or by use the ListView_SetTextColor macro.

clrText
New text color.

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