Creating a TabbedMDI interface is no more difficult than creating a standard MDI interface for your application. Simply by adding the TabbedMDI element, you can covert a standard MDI parent form into one that will manage its MDI children using the tab metaphor found in Visual Studio .NET.
No additional changes must be made to the child MDI forms to use them with TabbedMDI, however you may want to consider designing or re-designing your forms to take the limitations of the Tabbed MDI environment into account. TabbedMDI child windows are always maximized within the parent, and cannot be resized, tiled or cascaded. (Although you can display multiple windows simultaneously using tab groups, which are covered in the next exercise.)