Help Center

CListView.GetTextColormethod

Gets the text color of a list-view control.

WindowsmethodCListView.incdocumented

Syntax

FUNCTION GetTextColor (BYVAL hListView AS HWND) AS COLORREF

Parameters

NameDescription
hListViewHandle 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