| WindowActivate Method |
Activates this window (and deactivates all other windows).
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax Public Function Activate As Boolean
member Activate : unit -> bool
Return Value
Type:
Boolean if this window was successfully activated; otherwise,
.
Remarks
Activating also brings the window to the front.
See Also