Windows.UI.Xaml.Controls.Control.TabNavigation

June 22, 2022 ยท View on GitHub

-description

Gets or sets a value that modifies how tabbing and 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.

-xaml-syntax

<control TabNavigation="keyboardNavigationModeMemberName"/>

-xaml-values

keyboardNavigationModeMemberName
keyboardNavigationModeMemberNameA named constant of the KeyboardNavigationMode enumeration, for example Cycle.
## -property-value A value of the enumeration. The default is **Local**.

-remarks

-examples

-see-also

IsTabStop, TabIndex, Keyboard interactions, Keyboard accessibility