HtmlElement::TabIndex Property
.NET Framework (current version)
Gets or sets the location of this element in the tab order.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
TabIndex determines which element in an HTML document will next receive focus when the user presses the TAB key. By default, the only elements included in the tab order are INPUT elements, the SELECT control, and any element whose contentEditable property is set to true. You can include any HTML element in the tab order, such as a DIV, by assigning it an explicit TabIndex.
Valid values for TabIndex range from -32767 to 32767.
.NET Framework
Available since 2.0
Available since 2.0
Show: