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