MdiWorkspace Class

Implements a Workspace which shows the smarparts in MDI forms.

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Public Class MdiWorkspace
    Inherits WindowWorkspace
'Usage
Dim instance As MdiWorkspace
public class MdiWorkspace : WindowWorkspace
public ref class MdiWorkspace : public WindowWorkspace
public class MdiWorkspace extends WindowWorkspace
public class MdiWorkspace extends WindowWorkspace

Inheritance Hierarchy

System.Object
   Microsoft.Practices.CompositeUI.SmartParts.Workspace
     Microsoft.Practices.CompositeUI.WinForms.WindowWorkspace
      Microsoft.Practices.CompositeUI.WinForms.MdiWorkspace

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MdiWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace