CTreeCtrl::GetTextColor

This member function implements the behavior of the Win32 message TVM_GETTEXTCOLOR, as described in the Windows SDK.

COLORREF GetTextColor( ) const;

Return Value

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.

Example

See the example for CTreeCtrl::SetTextColor.

Requirements

Header: afxcmn.h

See Also

Reference

CTreeCtrl Class

Hierarchy Chart

CTreeCtrl::SetTextColor

Other Resources

CTreeCtrl Members