Поделиться через


CTreeCtrl::GetLineColor

This member function implements the behavior of the win32 message TVM_GETLINECOLOR, as described in the Windows SDK.

COLORREF GetLineColor( ) const;

Возвращаемое значение

The current line color.

Пример

COLORREF cr = m_TreeCtrl.GetLineColor();

Требования

Header: afxcmn.h

См. также

Основные понятия

CTreeCtrl Class

CTreeCtrl Members

Hierarchy Chart

CTreeCtrl::SetLineColor