Re: MDI List
John Warner <[email protected]> Wed, 5 Dec 2007 15:49:56 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Organization | House |
| Message-ID | <000f01c83780$650d6f60$2f284e20$@com> |
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