Click or drag to resize
DigitalRuneFocusManagerFocusScope Property
Gets the focus scope that currently contains the focused control.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public UIControl FocusScope { get; }

Property Value

Type: UIControl
The focus scope.
Remarks
This value can be , e.g. if the focused control is a child of the UIScreen and the screen is no focus scope. (Per default, screens are not focus scopes.)
See Also