TabWorkspace Class

Implements a Workspace that shows smartparts in a TabControl.

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

Syntax

'Declaration
<DesignerCategoryAttribute("Code")> _
<ToolboxBitmapAttribute(GetType(TabWorkspace), "TabWorkspace")> _
Public Class TabWorkspace
    Inherits TabControl
    Implements IComposableWorkspace(Of Control, TabSmartPartInfo), IWorkspace
'Usage
Dim instance As TabWorkspace
[DesignerCategoryAttribute("Code")] 
[ToolboxBitmapAttribute(typeof(TabWorkspace), "TabWorkspace")] 
public class TabWorkspace : TabControl, IComposableWorkspace<Control,TabSmartPartInfo>, IWorkspace
[DesignerCategoryAttribute(L"Code")] 
[ToolboxBitmapAttribute(typeof(TabWorkspace), L"TabWorkspace")] 
public ref class TabWorkspace : public TabControl, IComposableWorkspace<Control^, TabSmartPartInfo^>, IWorkspace
/** @attribute DesignerCategoryAttribute("Code") */ 
/** @attribute ToolboxBitmapAttribute(Microsoft.Practices.CompositeUI.WinForms.TabWorkspace, "TabWorkspace") */ 
public class TabWorkspace extends TabControl implements IComposableWorkspace<Control,TabSmartPartInfo>, 
    IWorkspace
DesignerCategoryAttribute("Code") 
ToolboxBitmapAttribute(Microsoft.Practices.CompositeUI.WinForms.TabWorkspace, "TabWorkspace") 
public class TabWorkspace extends TabControl implements IComposableWorkspace<Control,TabSmartPartInfo>, 
    IWorkspace

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Windows.Forms.Control
         System.Windows.Forms.TabControl
          Microsoft.Practices.CompositeUI.WinForms.TabWorkspace

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

TabWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace