Control.TabNavigation Property

Definition

Gets or sets a value that modifies how tabbing and UIElement.TabIndex work for this control.

Note

For Windows 10 Creators Update (build 10.0.15063) and newer, the TabFocusNavigation property is available on the UIElement base class to include objects in the tab sequence that do not use a ControlTemplate.

C#
public KeyboardNavigationMode TabNavigation { get; set; }
XAML
<control TabNavigation="keyboardNavigationModeMemberName"/>

Property Value

A value of the enumeration. The default is Local.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also