Setting Tab Order

See Also | Tutorial

Tab order determines the order in which focus moves from one component to another when a user presses the tab key at runtime. The default tab order is left to right and top to bottom. You can change the tab order of any component.

To set tab order:

  1. In the or select the component.
  2. In the Properties window find the tabindex property under the Accessibility section and enter the tab index number.

    For example, to set a component to be first in the tab order, type 1.

See Also
About Components
Component Tasks: Quick Reference
Setting Component Properties
Properties Window
Tutorials

Legal Notices