Share via


KeyboardNavigation.GetControlTabNavigation(DependencyObject) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

戻り値

ControlTabNavigation プロパティの値。

属性

例外

elementnullです。

適用対象

こちらもご覧ください