Maximize Method

Object List Next Object

Defined By:
Form

Description:

Causes the requested form to cover the entire desktop.

Declaration:

Sub Maximize ()

Details:

Calling Maximize on a Form has the same effect as clicking the maximize button in the upper-right corner of the form (if present). Calling Maximize on a Form that is already maximized has no effect. Maximize can be called on a form, even if the MaximizeButton property on the form is set to false. A form that has been maximized can be
Restored to its original size and position before the maximize with the ShowRestore Method.

See Also:

ShowRestore Method