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 プロパティの値。

属性

例外

elementnullです。

適用対象

こちらもご覧ください