System.Windows.Forms.HtmlElement.TabIndex Property

Gets or sets the location of this element in the tab order.

Syntax

public short TabIndex { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

HtmlElement.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 HtmlElement.TabIndex.

Valid values for HtmlElement.TabIndex range from -32767 to 32767.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0