Hide

This method hides a Form object.

Syntax

form.Hide

Parameters

form
Optional. Reference to a Form object. If omitted, form is the form with the focus.

Return Value

None.

Remarks

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.