Window.hideOnClose

bool hideOnClose() @property nothrow

Get hideOnClose property.

Returns

If this window should be hidden when the users clicks the close button.
void hideOnClose(bool propval) @property nothrow

Set hideOnClose property.

Parameters

propvalIf this window should be hidden when the users clicks the close button.