Determines if a form can be maximized when it’s not MDI.

Property of

Form, SubForm

Description

Set maximize to false to disable the maximize icon and the Maximize option in the system menu. You must set maximize before you open the form. If both maximize and minimize are false, their icons do not appear in the title bar. If either one is true, they both appear, with one of them disabled.

minimize has no effect unless the form’s mdi property is false; if it is true, the form follows the MDI specification and has its maximize icon enabled.