KeyboardNavigation.GetIsTabStop(DependencyObject) メソッド

定義

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

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

パラメーター

element
DependencyObject

添付プロパティの読み込み元の要素。

戻り値

IsTabStop プロパティの値。

属性

例外

elementnullです。

適用対象

こちらもご覧ください