posts - 124,  comments - 29,  trackbacks - 0

private void Netree_MouseClick(object sender, MouseEventArgs e)
{
           if(e.Button == MouseButtons.Left)
            {
                TreeNode tn = this.Netree.GetNodeAt(e.Location);

                if (tn != null && tn.Bounds.Contains(e.Location))
                {
                    if (tn.Nodes.Count == 0)
                    {...........................
                     ............................

posted on 2008-10-31 10:24 天书 阅读(2738) 评论(0)  编辑 收藏 引用

<2015年6月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿(5)

随笔档案

文章分类

文章档案

好友的Bolg

搜索

  •  

最新评论

阅读排行榜

评论排行榜