摘要: //遍历form中的控件查找哪个RadioButton是否被选中 foreach (Control control in this.form.Controls) { if (control is RadioButton) { //如果Checked ... 阅读全文
posted @ 2006-06-14 22:17 RicoRui 阅读(792) 评论(0) 推荐(0)