FocusManager.IsFocusScope Attached Property
Determines whether the element this property is attached to is a focus scope.
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object FocusManager.IsFocusScope="bool" .../>
Property Value
Type: System.Booleantrue if the element is a focus scope; otherwise, false. The default value is false.
A focus scope is a container element that keeps track of the FocusManager.FocusedElement within the 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.
The following example makes a StackPanel a focus scope.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.