| FocusManagerFocusScope Property |
Gets the focus scope that currently contains the focused control.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public UIControl FocusScope { get; }
Public ReadOnly Property FocusScope As UIControl
Get
public:
property UIControl^ FocusScope {
UIControl^ get ();
}
member FocusScope : UIControl with get
Property Value
Type:
UIControlThe 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