KeyboardNavigation.GetDirectionalNavigation(DependencyObject) メソッド

定義

指定した要素の DirectionalNavigation 添付プロパティの値を取得します。

public:
 static System::Windows::Input::KeyboardNavigationMode GetDirectionalNavigation(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Input.KeyboardNavigationMode GetDirectionalNavigation (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetDirectionalNavigation : System.Windows.DependencyObject -> System.Windows.Input.KeyboardNavigationMode
Public Shared Function GetDirectionalNavigation (element As DependencyObject) As KeyboardNavigationMode

パラメーター

element
DependencyObject

添付プロパティの取得元の要素。

戻り値

DirectionalNavigation プロパティの値。

属性

例外

elementnullです。

適用対象

こちらもご覧ください