MDI List
Steve Abaffy <[email protected]> Wed, 5 Dec 2007 14:14:39 -0600
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <0bce01c8377b$76e603f0$64b20bd0$@biz> |
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