The TabIndex property is used to set or return the tab order of a control.
The tab order is the order the control appear if you navigate the page using the "tab" button on the keyboard.
Attribute | Description |
---|---|
number | Specifies the tab order of the control |
The following example sets the tab index key of a button control: