Set the tab order using the TabIndex property
- Identify the tab order you want to use for the form.
The tab index of the first control in the tab order is 0; the tab index of the second is 1, and so on.
- Select a control in the tab order.
- In the Properties window, select the TabIndex property.
- Enter the appropriate number to identify the control's position in the tab order.