When one creates a project and adds an MDIParent form, that form is created with a menustrip containing a number of menu items - FileMenu, EditMenu, ViewMenu, ToolsMenu, WindowsMenu, HelpMenu by default.
Each of these menu items has some default functionality - the one I'm particularly interested in is the WindowsMenu. The WindowsMenu has the behaviour of listing all open child forms when expanded, and allows the user to activate and manipulate the forms. I believe this comes from the menu strip having an MdiWindowListItem which is set to the WindowsMenu having an MDIList property which is set to true.
So ... how can I set a tool on an UltraToolbar to mimic the behaviour of the one that VS creates when an MDIParent form is created?
Oops - not enough searching - I think this thread is my answer
Hello Ellswrth,
Thank you for your feedback.
Please do not hesitate to contact us in the future if you have any other questions.