Gets or sets a value indicating the index that represents the element’s position in the tabbing order.

[VBScript]
Public Property TabIndex As Integer
[JScript]
public function get TabIndex() : int;
public function set TabIndex(int);

Property Value

The index that represents the element’s position in the tabbing order.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace