Share via


KeyboardNavigation.GetControlTabNavigation(DependencyObject) Méthode

Définition

Obtient la valeur de la propriété jointe ControlTabNavigation pour l’élément spécifié.

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

Paramètres

element
DependencyObject

Élément à partir duquel obtenir la propriété jointe.

Retours

La valeur de la propriété ControlTabNavigation.

Attributs

Exceptions

element a la valeur null.

S’applique à

Voir aussi