MdiSetMenu Method

Purpose

Inserts a special MDI parent window menu.

Syntax

Form.MdiSetMenu [n%]

Form:Parent window
n%:iexp

Description

The MDI window menu handles the list of open child windows. The parameter n% specifies the submenu to append the MDI window list. Normally, this is the Window submenu which offers options to arrange the child windows. MdiSetMenu without a parameter or when n < 0 will disable the automatic handling of the child windows.

Example

See MdiCascade example.

Remarks

The menu entries for the child windows have identifier values starting from 64000.

See Also

MdiCascade, Form, ParentW, ChildW, OpenW

{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}