Click or drag to resize
DigitalRuneWindowClose Method
Closes this window.

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 Close()
Remarks
This method raises the Closing and Closed events. The close operation can be canceled in Closing. If HideOnClose is , the window will only be hidden (IsVisible is set to ). If HideOnClose is the window is removed from the control tree.
See Also