KeyboardNavigation.GetTabNavigation(DependencyObject) Metoda

Definicja

Pobiera wartość dołączonej TabNavigation właściwości dla określonego elementu.

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

Parametry

element
DependencyObject

Element, z którego ma pobrać dołączoną właściwość.

Zwraca

Wartość TabNavigation właściwości.

Atrybuty

Wyjątki

element to null.

Dotyczy

Zobacz też