| WindowHideOnClose 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.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public bool HideOnClose { get; set; }
Public Property HideOnClose As Boolean
Get
Set
public:
property bool HideOnClose {
bool get ();
void set (bool value);
}
member HideOnClose : bool with 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