in the menu editor what does this option give me'?
Printable View
in the menu editor what does this option give me'?
Form MSDN:
Quote:
Returns or sets a value that determines whether a Menu object maintains a list of the current MDI child windows in an MDIForm object. Read only at run time.
and what advantage does that give me
Not much except for when all open child forms are maximized you may switch between them by clicking on one of the menus from that list.
Also, some people use that list to check which childs are open but it's a lousy way of doing it.