HTMLSelectElement.TabIndex

HTMLSelectElement.TabIndex property

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

public int TabIndex { get; set; }

See Also