LVM_SETTEXTBKCOLORLVM_SETTEXTBKCOLOR*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_SETSELECTIONMARK
*Next Topic: LVM_SETTEXTCOLOR

LVM_SETTEXTBKCOLOR


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

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

clrText
New text color.

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