KeyTipService.GetIsKeyTipScope(DependencyObject) メソッド

定義

指定した要素の IsKeyTipScope 添付プロパティの値を返します。

public:
 static bool GetIsKeyTipScope(System::Windows::DependencyObject ^ element);
public static bool GetIsKeyTipScope (System.Windows.DependencyObject element);
static member GetIsKeyTipScope : System.Windows.DependencyObject -> bool
Public Shared Function GetIsKeyTipScope (element As DependencyObject) As Boolean

パラメーター

element
DependencyObject

プロパティ値の読み取り元となるオブジェクト。

戻り値

オブジェクトの IsKeyTipScope プロパティ値。

例外

指定された elementnull です。

適用対象