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