Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key.
Syntax
'Declaration
Public Property TabIndex As Integer
public int TabIndex {get; set;}
Property Value
A value that determines the order of logical navigation for a device. The default value is
System.Int32.MaxValue.
See Also