FocusManager.IsFocusScope 添付プロパティ

定義

このプロパティが添付される要素がフォーカス範囲であるかどうかを判断します。

see GetIsFocusScope, and SetIsFocusScope
see GetIsFocusScope, and SetIsFocusScope
see GetIsFocusScope, and SetIsFocusScope

次の例では、フォーカス スコープを StackPanel 作成します。

<StackPanel Name="focusScope1" 
            FocusManager.IsFocusScope="True"
            Height="200" Width="200">
  <Button Name="button1" Height="50" Width="50"/>
  <Button Name="button2" Height="50" Width="50"/>
</StackPanel>

注釈

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

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

依存プロパティ情報

識別子フィールド IsFocusScopeProperty
に設定されたメタデータ プロパティ true なし

適用対象