FocusManager.IsFocusScopeProperty フィールド

定義

IsFocusScope 添付プロパティを識別します。

public: static initonly System::Windows::DependencyProperty ^ IsFocusScopeProperty;
public static readonly System.Windows.DependencyProperty IsFocusScopeProperty;
 staticval mutable IsFocusScopeProperty : System.Windows.DependencyProperty
Public Shared ReadOnly IsFocusScopeProperty As DependencyProperty 

フィールド値

注釈

ContextMenuToolBarMenuIsFocusScopeWindow既定値は です。true

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

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

適用対象