FocusManager.IsFocusScopeProperty 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別 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
欄位值
備註
、Menu、 ToolBarContextMenu 上的 Window預設值IsFocusScope為 true
。
焦點範圍是可追蹤其範圍內 之的 FocusManager.FocusedElement 容器專案。 根據預設,類別 Window 是焦點範圍,如同 Menu、 ContextMenu和 ToolBar 類別。 焦點範圍的項目已 IsFocusScope 設定為 true
。
如需焦點、鍵盤焦點和邏輯焦點的詳細資訊,請參閱 輸入概觀。