Control.IsTabStop Property
.NET Framework 4.6 and 4.5
Gets or sets a value that indicates whether a control is included in tab navigation.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object IsTabStop="bool" .../>
Property Value
Type: System.Booleantrue if the control is included in tab navigation; otherwise, false. The default is true.
Show: