Gets or sets the location of this element in the tab order.
Public Property TabIndex As Short
public short TabIndex { get; set; }
public: property short TabIndex { short get (); void set (short value); }
member TabIndex : int16 with get, set
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2