c#winform如何通过控件名查找控件
摘要:
//根据控件名称查找控件 //作用根据控件的配置项目, Control[] myfindcs = this.Controls.Find("button4", true); if (myfindcs.Length > 0) ... 阅读全文
posted @ 2014-07-25 15:26 gds通用软件开发系统 阅读(1061) 评论(0) 推荐(0)
2014年7月25日 #
posted @ 2014-07-25 15:26 gds通用软件开发系统 阅读(1061) 评论(0) 推荐(0)