Exemplo n.º 1
0
    COLORREF GetLineColor(void) {

        return TreeView_GetLineColor(m_hWnd);
    }
Exemplo n.º 2
0
Color TreeView::lineColor () const
{
    return (Color(TreeView_GetLineColor(handle())));
}