xj qian
2024-10-31 1dd7ee5123216bd977f317bf40a3b8c8c6d493c2
jrj/xframe/xcontrol/xtreeview.hpp
@@ -513,17 +513,16 @@
        SendMessage(GetHWND(), TVM_GETITEMW, 0,(LPARAM)&xitem);
        return xitem.cChildren;
    }
#if 0
    string PopupMenu(string str)
    xstring PopupMenu(string str)
    {
       return (str)SendMessage(GetHWND(), 0x402, (WPARAM)str, 0);
       return (string)SendMessage(GetHWND(), 0x402, (WPARAM)str, 0);
    }
    string PopupMenu(KXMLDOMElement e)
    {
        return PopupMenu(e.xml);
        return PopupMenu(e.xml());
    }
#endif
    void SetLineAtRoot(bool value)
    {