LiFan
2024-11-06 040a6084a8037fb02f01ccfe751739a3f4f196f4
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)
    {