FocusManager::IsFocusScopeProperty Field
Identifies the IsFocusScope attached property.
Namespace: System.Windows.Input
Assembly: PresentationCore (in PresentationCore.dll)
Field Value
Type: System.Windows::DependencyPropertyThe identifier for the IsFocusScope attached property.
The default value of IsFocusScope on a Window, Menu, ToolBar, ContextMenu is true.
A focus scope is a container element that keeps track of the FocusManager::FocusedElement within its scope. By default, the Window class is a focus scope as are the Menu, ContextMenu, and ToolBar classes. An element which is a focus scope has IsFocusScope set to true.
For more information on focus, keyboard focus, and logical focus, see the Input Overview.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.