CListView.GetTextColormethod
Gets the text color of a list-view control.
Syntax
FUNCTION GetTextColor (BYVAL hListView AS HWND) AS COLORREF
Parameters
| Name | Description | |
|---|---|---|
hListView | Handle to the ListView control. |
Return value
Returns the text color.
Description
Gets the text color of a list-view control.
Reference
- Include file
CListView.inc - Defined in AfxNova/CListView.inc:1015
- Documented in Windows/WIndows Controls/CListView Class.md
- Topic: CListView Class