Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.29 KB

control_tabnavigation.md

File metadata and controls

37 lines (25 loc) · 1.29 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.Control.TabNavigation
winrt property

Windows.UI.Xaml.Controls.Control.TabNavigation

-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