--------------------------------------------------------
this.SelectNextControl(this, true, true, true, true);
--------------------------------------------------------
親コントロールにしてやれば。
--------------------------------------------------------
this.Parent.SelectNextControl(this, true, true, true, true);
this.Parent.Parent.Parent.SelectNextControl(this, true, true, true, true);
--------------------------------------------------------
場合によっては親の親の親の親とかに。