WindowWorkspace Class

Implements a Workspace that shows smartparts in windows.

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

Syntax

'Declaration
Public Class WindowWorkspace
    Inherits Workspace(Of Control, WindowSmartPartInfo)
'Usage
Dim instance As WindowWorkspace
public class WindowWorkspace : Workspace<Control,WindowSmartPartInfo>
public ref class WindowWorkspace : public Workspace<Control^, WindowSmartPartInfo^>
public class WindowWorkspace extends Workspace<Control,WindowSmartPartInfo>
public class WindowWorkspace extends Workspace<Control,WindowSmartPartInfo>

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

WindowWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace