| Visual Basic (Declaration) | |
|---|---|
Public Overrides Property TabIndex As Short  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As LiveTextBox Dim value As Short instance.TabIndex = value value = instance.TabIndex  | |
| C# | |
|---|---|
public override short TabIndex {get; set;}  | |
| Exception | Description | 
|---|---|
| System.ArgumentOutOfRangeException | The specified tab index is not between -32768 and 32767. | 
			This member is functionally equivalent to System.Web.UI.WebControls.WebControlClass.TabIndex.
			
            Target Platforms: Microsoft .NET Framework 2.0
  
   
                    
Copy Code