[C#] windows form指定焦点到控件 →→→→→进入此内容的聊天室

来自 , 2020-04-30, 写在 C#, 查看 115 次.
URL http://www.code666.cn/view/671f0311
  1. // A example event:
  2. private void btnExampleCommand_Click(object sender, EventArgs e)
  3. {
  4.  
  5.     // That's all:
  6.     this.ActiveControl = this.SomeControlObject;
  7.  
  8.     // This line focuses a control
  9.  
  10. }

回复 "windows form指定焦点到控件"

这儿你可以回复上面这条便签

captcha