UIElement.IsTabStop Property

Definition

Gets or sets a value that indicates whether a control is included in tab navigation.

C#
public bool IsTabStop { get; set; }

Property Value

Boolean

True, if the control is included in tab navigation. Otherwise, false. The default is true.

Remarks

If IsTabStop is false, the element is excluded from tab navigation.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also