This method hides a Form object.
form.Hide
None.
When a form is hidden, it is removed from the screen and its Visible property is set to False. If the form is not loaded when the Hide method is invoked, the Hide method loads the form but does not display it.