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