Search code examples
c#mdichildmdiparent

How to use the menu strip to show all open MDI forms C#


Image of my form

I need to display all open MDI forms when I click the window button in the menu strip. It should drop down and give you an option to select the active one. This is probably some simple answer but I have looked in so many places.


Solution

  • I think you want this:

    pic

    which you get by setting the property MdiWindowListItem on the menu strip

    menu