Click or drag to resize
DigitalRuneWindowShow Method
Opens a window and returns without waiting for the newly opened window to close.

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 void Show(
	UIControl owner
)

Parameters

owner
Type: DigitalRune.Game.UI.ControlsUIControl
The owner of this window. If this window is closed, the focus moves back to the owner. Must not be .
Exceptions
ExceptionCondition
ArgumentNullExceptionowner is .
ArgumentExceptionowner is not loaded. The owner needs to be a visible control.
Remarks
The window is added to the UIScreen of the owner (unless it was already added to a screen) and activated (see Activate). DialogResult is reset to .
See Also