SVN-Revision: r254
This commit is contained in:
cyf
2025-02-08 03:04:06 +00:00
parent d7f99b80f4
commit e86a29f85e
@@ -571,11 +571,13 @@ namespace Lskj.Control
{
if (nodes[0].Parent != null) nodes[0].Parent.Expand();
nodes[0].Checked = true;
_popup.TreeViewObj.SelectedNode = nodes[0];
_popup.TreeViewExObj.tvMain_AfterCheck(_popup.TreeViewExObj, new TreeViewEventArgs(nodes[0], TreeViewAction.ByMouse));
}
}
}
_popup.TreeViewObj.Focus();
}
/// <summary>
/// <para>说明:</para>