KeyboardNavigation.GetTabNavigation(DependencyObject) Method

Definition

Gets the value of the TabNavigation attached property for the specified element.

public:
 static System::Windows::Input::KeyboardNavigationMode GetTabNavigation(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Input.KeyboardNavigationMode GetTabNavigation (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetTabNavigation : System.Windows.DependencyObject -> System.Windows.Input.KeyboardNavigationMode
Public Shared Function GetTabNavigation (element As DependencyObject) As KeyboardNavigationMode

Parameters

element
DependencyObject

Element from which to get the attached property.

Returns

The value of the TabNavigation property.

Attributes

Exceptions

element is null.

Applies to

See also