CTreeCtrl::GetLineColor
This member function implements the behavior of the win32 message TVM_GETLINECOLOR, as described in the Windows SDK.
COLORREF GetLineColor( ) const;
Return Value
The current line color.
Example
COLORREF cr = m_TreeCtrl.GetLineColor();
Requirements
Header: afxcmn.h