ShowRestore Method

Object List Next Object

Defined By:
Form

Description:

Reverts a form from Maximized or Minimized conditions.

Declaration:

Sub ShowRestore ()

Details:

Calling ShowRestore on a form that is maximized or minimized (either through user interaction or calls to the respective methods), will revert the form to it
s previous size and position. Calling ShowRestore on a form that is not maximized or minimized has no effect.

See Also:

Maximize method, Minimize method