Re: MDI List

Steve Abaffy <[email protected]> Wed, 5 Dec 2007 17:55:25 -0600
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <0c1b01c8379a$4e277880$ea766980$@biz>
If the menuitem is "Windows" you should be able to select it and set the
MdiList property, however this is not the case, and creating a submenu item
under the "Windows" menuitem does not work either.
The property just seems to have disappeared. If I open an old application
that was created it VS2003 the property shows up, but not when a new app is
created using VS2005.

-----Original Message-----
From: Discussion forum for developers using Windows Forms to build apps and
controls [mailto:[email protected]] On Behalf Of John
Warner
Sent: Wednesday, December 05, 2007 2:50 PM
To: [email protected]
Subject: Re: [DOTNET-WINFORMS] MDI List
Importance: Low

If memory serves you have to select a menu item.

John Warner

> -----Original Message-----
> From: Discussion forum for developers using Windows Forms to build apps
> and controls [mailto:[email protected]] On
> Behalf Of Steve Abaffy
> Sent: Wednesday, December 05, 2007 3:15 PM
> To: [email protected]
> Subject: [DOTNET-WINFORMS] MDI List
>
> Hello,
>
>         The help says that if you have a menu item that you would like
to
> list all the open children of a MDI form all that needs to be done is
> Menuitem.MdiList = true;
>
> However the Menuitem does not have this property so how does one do
this?
> And yes the toolstrip is located on the Form which has its
IsMdiContainer
> set to true.
> Thanks