回车跳至下一个文本

 

转自:http://blog.csdn.net/jbgh608/archive/2007/08/21/1752913.aspx

private void GotoNext(object sender, KeyPressEventArgs e)

   Control control
=(Control)sender;
   
if (e.KeyChar==13 )
 {

     
this.SelectNextControl(control,true,false,true,true);
  }

 }
 

你可能感兴趣的:(.net,Blog)