CTreeCtrl::GetLineColor
此成员函数实现win32消息 TVM_GETLINECOLOR的行为,如 Windows SDK所述。
COLORREF GetLineColor( ) const;
返回值
当前行颜色。
示例
COLORREF cr = m_TreeCtrl.GetLineColor();
要求
Header: afxcmn.h
此成员函数实现win32消息 TVM_GETLINECOLOR的行为,如 Windows SDK所述。
COLORREF GetLineColor( ) const;
当前行颜色。
COLORREF cr = m_TreeCtrl.GetLineColor();
Header: afxcmn.h