Gets or sets the tab order of the control within its container.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property TabIndex As System.Integer |
| C# | |
|---|
public System.int TabIndex {get; set;} |
Property Value
The index value of the control within the set of controls within its container. The controls in the container are included in the tab order.
Requirements
Target Platforms: 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