Click or drag to resize
DigitalRuneWindowHideOnClose Property
Gets or sets a value indicating whether a this window is made in visible or totally removed from the control tree when the window is closed. This is a game object property.

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 HideOnClose { get; set; }

Property Value

Type: Boolean
if Close hides this window by setting IsVisible to ; otherwise, if Close detaches the window from the UIScreen. The default value is .
See Also