KeyboardNavigation.GetTabNavigation(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata TabNavigation per l'elemento specificato.

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

Parametri

element
DependencyObject

Elemento da cui ottenere la proprietà associata.

Restituisce

Il valore della proprietà TabNavigation.

Attributi

Eccezioni

element è null.

Si applica a

Vedi anche