回车代替Table键

if (e.KeyCode == Keys.Enter)
{
      this.SelectNextControl(this.ActiveControl, true, true, true, true);
}

原文地址:https://www.cnblogs.com/skyblue/p/2571036.html