You can specify the sequence in which controls on the form receive focus when the user presses
the
Tab key.
Note: Most controls have both an AcceptsFocus
property and a TabStop property, both of which must be set to True (as is
generally the case by default) to make the control part of the tab sequence. If
either of these properties is set to False, the control is skipped in the
sequence. Toolbars and menu strips items have a default TabStop property setting
of False; the buttons, menu items, and other controls contained in a toolbar or
menu strip control have no TabStop property.
To set the tab order:
You may want to run the control (click Run
on the Workbench toolbar) to test the assigned tab
order.
To deactivate tab order mode, press Esc or select again.