filmov
tv
Multiple Document Interface ( MDI ) | C# | Visual Studio
Показать описание
What is MDI Form?
Applications using a Multi-Document-Interface (MDI) allow multiple documents to be displayed simultaneously in their own window, with each document. The Window menu items of MDI applications often have submenus for switching between windows or documents.
If we set the IsMdiContainer property to True, any windows can become an MDI parent.
#CSharpGUI
#MDIForm
#UKAcademe
Applications using a Multi-Document-Interface (MDI) allow multiple documents to be displayed simultaneously in their own window, with each document. The Window menu items of MDI applications often have submenus for switching between windows or documents.
If we set the IsMdiContainer property to True, any windows can become an MDI parent.
#CSharpGUI
#MDIForm
#UKAcademe