Click or drag to resize
DigitalRuneWindowActivate Method
Activates this window (and deactivates all other windows).

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 bool Activate()

Return Value

Type: Boolean
if this window was successfully activated; otherwise, .
Remarks
Activating also brings the window to the front.
See Also