KeyboardNavigation.GetControlTabNavigation(DependencyObject) Méthode

Définition

Obtient la valeur de la ControlTabNavigation propriété jointe 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

Valeur de la ControlTabNavigation propriété.

Attributs

Exceptions

element a la valeur null.

S’applique à

Voir aussi