摘要:
private void treeView1_AfterCheck(object sender, System.Windows.Forms.TreeViewEventArgs e){if(e.Action != TreeViewAction.Unknown){CheckAllChildNodes(e.Node,e.Node.Checked);//选中父节点 bool bol=true;if(e.Node.Parent !=null){for(int i=0;i<e.Node.Parent.Nodes.Count;i++){if(!e.Node.Parent.Nodes[i].Checke 阅读全文
posted @ 2011-08-16 14:43 海盗旗 阅读(185) 评论(0) 推荐(0)
浙公网安备 33010602011771号