HTMLObjectElement.TabIndex Property |
Gets or sets 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);
An integer representing the index that represents the element’s position in the tabbing order.
HTMLObjectElement Object | HTMLObjectElement Members | DOM Namespace