Description
Hide a dialog.
-
Return Type
-
None
-
Syntax
-
object.Hide
The Hide Method syntax has these parts: Remarks
This is equivalent to setting Visible to False. This method does not unload the dialog, which is what Close does in addition to hiding the dialog.
|