Share via


.NET Samples - Windows Forms: MDI

This section includes the following sample:

MDI Apps Sample

MDI Apps Sample

This sample demonstrates a Form control being used as an MDI host container to host other Form controls being used as MDI child forms.

Namespaces used in this sample:

System; System.Drawing; System.Windows.Forms; System.ComponentModel; System.Drawing.Text

Classes used in this sample:

Menu; Font; Form; MenuItem; FontFamily; File; TextBox; EventHandler; Component; EventArgs; Container; MainMenu; Type; Control; RichTextBox; StatusBar; Message; Style; Icon; SystemColors; MessageBox; Application; Thread