MDIForm Property

Visual Studio .NET 2003

Specifies if the form is multiple-document interface (MDI) compliant.

Object.MDIForm[ = 1Expr]

Property Values

IExpr
The settings for the MDIForm property are:
Setting Description
True (.T) The form will be combined with a parent form when maximized.
False (.F) (Default) The form is always in a separate window.

Remarks

Set a form's MDIForm property to .T. (true) if you want the child form to be combined with the parent when maximized, or to .F. (false) if the child window should be retained as a separate window when maximized.

Show: