KeyboardNavigation.GetControlTabNavigation(DependencyObject) Metoda

Definicja

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

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

Parametry

element
DependencyObject

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

Zwraca

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

Atrybuty

Wyjątki

element to null.

Dotyczy

Zobacz też