HTMLButtonElement.TabIndex Property |
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);
The index that represents the element’s position in the tabbing order.
HTMLButtonElement Object | HTMLButtonElement Members | DOM Namespace