Version

TabIndex Property (UltraWebTab)

The tab order of control.

Syntax
'Declaration
 
Public Overrides Property TabIndex As Short
public override short TabIndex {get; set;}
Remarks

This property is supported only for InternetExplorer, which allows the setting of focus to the <TD> html element.

When tab-order is enabled, then left/right arrows, Home and End keys become enabled as well.

When that property has its default value of 0, then the Section508Compliant property will enable or disable tab-order features.

If the property is set to a negative value, then tab-order functionality is disabled regardless of the Section508Compliant property.

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