Share via


KeyboardNavigation.GetControlTabNavigation(DependencyObject) Yöntem

Tanım

Belirtilen öğe için ekli özelliğin değerini ControlTabNavigation alır.

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

Parametreler

element
DependencyObject

Ekli özelliğin alındığı öğe.

Döndürülenler

özelliğinin ControlTabNavigation değeri.

Öznitelikler

Özel durumlar

element, null değeridir.

Şunlara uygulanır

Ayrıca bkz.