| HTMLAreaElementTabIndex Property |
Index that represents the element's position in the tabbing order. See
the tabindex attribute definition in HTML 4.01.
Namespace: Aspose.HtmlAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic int TabIndex { get; set; }Public Property TabIndex As Integer
Get
Set
public:
property int TabIndex {
int get ();
void set (int value);
}member TabIndex : int with get, set
Property Value
Type:
Int32
See Also