I have a .NET MDI application that uses the MDI Window List to automatically populate child MDI forms into the Window menu.
Is it possible to prevent certain MDI child forms not be included in this automatic menu list?
Requirements:
- This child form has to be an MDI child.
- This forms is always at the bottom of the MDI form stack.