HTMLAreaElementTabIndex Property
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.

Namespace: Aspose.Html
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public int TabIndex { get; set; }

Property Value

Type: Int32
See Also