Gets or sets a value that indicates whether a control is included in tab navigation.
Syntax
'Declaration
Public Property IsTabStop As Boolean
public bool IsTabStop {get; set;}
Property Value
true if the control is included in tab navigation; otherwise, false. The default is true.
See Also