LiFan
2025-02-13 03ef0b51103c735077c784c7df81ae2bcc1599ab
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)
    {