TabIndex : Number
The TabIndex property sets the order of the control passing inside the container.
Any integer number can be the jump index to the Tab key, the number value is above or equal to null. Minor numbers are nearer to the start of the tabulation order.
If the value of the TabIndex property is not set to the control element then the specified element is not highlighted on pressing the Tab key.
To execute the example, create a button (see href="../../components/button/example_simplebutton.htm">Example of Creating a Simple Button). Indicate the value for the TabIndex property in the button parameters:
TabIndex: 1
After executing the example on pressing the Tab key the created button is highlighted. Jump index to the Tab-1 is set to the control element.
See also: