Minimize Method
Object List Next Object
Defined By: Form
Description:
Reduces a form to appear as an iconic representation at the bottom of the
desktop.
Declaration:
Sub Minimize ()
Details:
Calling the Minimize Method on a form has the same effect as clicking the
minimize button in the upper left corner of the form (if present). Minimize can be
called on any form, even if the MinimizeButton Property on the form is set to
False. Calling minimize on a form that is already minimized has no effect. A
form that has been minimized can be “Restored” to its original size and position with the ShowRestore Method.
See Also:
ShowRestore Method