摘要: key press eventif (e.KeyChar == 13) { if (this.ActiveControl.Text.Trim() == "") { //this.ActiveControl.Focus();SendKeys.Send("{F4}"); } else { this.SelectNextControl(this.ActiveControl, true, true, true, true); } } 阅读全文
posted @ 2013-03-14 22:34 feidaochuanqing 阅读(610) 评论(0) 推荐(0) 编辑