SVN r254
SVN-Revision: r254
This commit is contained in:
@@ -571,11 +571,13 @@ namespace Lskj.Control
|
|||||||
{
|
{
|
||||||
if (nodes[0].Parent != null) nodes[0].Parent.Expand();
|
if (nodes[0].Parent != null) nodes[0].Parent.Expand();
|
||||||
nodes[0].Checked = true;
|
nodes[0].Checked = true;
|
||||||
|
_popup.TreeViewObj.SelectedNode = nodes[0];
|
||||||
_popup.TreeViewExObj.tvMain_AfterCheck(_popup.TreeViewExObj, new TreeViewEventArgs(nodes[0], TreeViewAction.ByMouse));
|
_popup.TreeViewExObj.tvMain_AfterCheck(_popup.TreeViewExObj, new TreeViewEventArgs(nodes[0], TreeViewAction.ByMouse));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
_popup.TreeViewObj.Focus();
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// <para>说明:</para>
|
/// <para>说明:</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user