KeyboardNavigation.GetTabNavigation(DependencyObject) 메서드

정의

지정된 요소에 대한 TabNavigation 연결된 속성의 값을 설정합니다.

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

매개 변수

element
DependencyObject

연결된 속성을 가져올 요소입니다.

반환

TabNavigation 속성 값

특성

예외

element이(가) null인 경우

적용 대상

추가 정보