Control.TabNavigation Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property KeyboardNavigationMode TabNavigation { KeyboardNavigationMode get(); void set(KeyboardNavigationMode value); };
KeyboardNavigationMode TabNavigation();
void TabNavigation(KeyboardNavigationMode value);
C#
public KeyboardNavigationMode TabNavigation { get; set; }
var keyboardNavigationMode = control.tabNavigation;
control.tabNavigation = keyboardNavigationMode;
Public Property TabNavigation As KeyboardNavigationMode
XAML
<control TabNavigation="keyboardNavigationModeMemberName"/>
A value of the enumeration. The default is Local.
Product | Versions |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |