Determines if a form has a control menu and close icon when it’s not MDI.

Property of

Form, SubForm

Description

Set the sysMenu property to false to hide the control menu and close icon on a form. You must set the sysMenu property before you open the form.

The sysMenu property has no effect unless the form’s mdi property is false; if it is true, the form follows the MDI specification and always has a control menu and close icon.