Click or drag to resize
DigitalRuneUIScreenFocusManager Property
Gets or sets the FocusManager.

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

Property Value

Type: FocusManager
The FocusManager. Can be set to another FocusManager but not to .
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also