![]() | ![]() | ![]() |
| ||
|
TreeView_GetTextColor
COLORREF TreeView_GetTextColor( HWND hwndTV );Retrieves the current text color of the control. You can use this macro or send the TVM_GETTEXTCOLOR message explicitly.
- Returns a COLORREF value that represents the current text color. If this value is -1, the control is using the system color for the text color.
- hwndTV
- Handle to a tree view control.
Version 4.71
See also TreeView_SetTextColor
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.