Window.hideOnClose
bool hideOnClose() @property nothrowGet hideOnClose property.
Returns
If this window should be hidden when the users clicks the close button.
void hideOnClose(bool propval) @property nothrowSet hideOnClose property.
Parameters
propval | If this window should be hidden when the users clicks the close button. |