![]() | ![]() | ![]() |
| ||
|
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.
- Returns TRUE if successful, or FALSE otherwise.
- clrText
- New text color.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.