Share via


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 

欄位值

備註

MenuToolBarContextMenu 上的 Window預設值IsFocusScopetrue

焦點範圍是可追蹤其範圍內 之的 FocusManager.FocusedElement 容器專案。 根據預設,類別 Window 是焦點範圍,如同 MenuContextMenuToolBar 類別。 焦點範圍的項目已 IsFocusScope 設定為 true

如需焦點、鍵盤焦點和邏輯焦點的詳細資訊,請參閱 輸入概觀

適用於