KeyboardNavigation.GetControlTabNavigation(DependencyObject) Method

Definition

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

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

Parameters

element
DependencyObject

Element from which to get the attached property.

Returns

The value of the ControlTabNavigation property.

Attributes

Exceptions

element is null.

Applies to

See also