FocusManager.GetIsFocusScope(DependencyObject) メソッド

定義

指定した DependencyObject がフォーカス範囲であるかどうかを確認します。

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

パラメーター

element
DependencyObject

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

戻り値

IsFocusScope が指定した要素で true に設定されている場合は true。それ以外の場合は false

注釈

フォーカス範囲とは、その範囲内の FocusManager.FocusedElement を追跡するコンテナー要素です。 既定では、 Window クラスは、および ToolBar クラスと同様にMenuContextMenuフォーカス スコープです。 フォーカス スコープである 要素が にtrue設定されていますIsFocusScope

フォーカス、キーボード フォーカス、論理フォーカスの詳細については、「 入力の概要」を参照してください。

適用対象