Version

TabIndex Property (TBFocusable)

Identifies at what position within the page tab order this user element receives focus.
Syntax
'Declaration
 
Public Property TabIndex As Integer
public int TabIndex {get; set;}
Remarks

Default value is -2 and it means that tab order is defined by the TabIndex property of UltraWebToolbar.

The value of -1 will disable tab order for this object. Developers may specify a tab index so that this element is navigable through the tab order by end users employing the TAB and Alt-TAB shortcut keys.

No checking is performed as to whether the tabIndex value assigned to this property by the developer is unique. The effect of assigning duplicate tabIndex values on a web page is undefined.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also