TabWorkspace Class

Definition

public ref class TabWorkspace : System::Windows::Forms::TabControl, Microsoft::Practices::CompositeUI::SmartParts::IComposableWorkspace<System::Windows::Forms::Control ^, Microsoft::Practices::CompositeUI::WinForms::TabSmartPartInfo ^>
[System.Drawing.ToolboxBitmap(typeof(Microsoft.Practices.CompositeUI.WinForms.TabWorkspace), "TabWorkspace")]
public class TabWorkspace : System.Windows.Forms.TabControl, Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo>
[<System.Drawing.ToolboxBitmap(typeof(Microsoft.Practices.CompositeUI.WinForms.TabWorkspace), "TabWorkspace")>]
type TabWorkspace = class
    inherit TabControl
    interface IComposableWorkspace<Control, TabSmartPartInfo>
    interface IWorkspace
Public Class TabWorkspace
Inherits TabControl
Implements IComposableWorkspace(Of Control, TabSmartPartInfo)
Inheritance
TabWorkspace
Derived
Attributes
Implements

Constructors

TabWorkspace()

Properties

ActiveSmartPart
Pages
SmartParts
WorkItem

Methods

Activate(Object)
ApplySmartPartInfo(Object, ISmartPartInfo)
Close(Object)
ConvertFrom(ISmartPartInfo)
Hide(Object)
OnActivate(Control)
OnApplySmartPartInfo(Control, TabSmartPartInfo)
OnClose(Control)
OnCreateControl()
OnHide(Control)
OnSelectedIndexChanged(EventArgs)
OnShow(Control, TabSmartPartInfo)
OnSmartPartActivated(WorkspaceEventArgs)
OnSmartPartClosing(WorkspaceCancelEventArgs)
Show(Object, ISmartPartInfo)
Show(Object)

Events

SmartPartActivated
SmartPartClosing

Explicit Interface Implementations

IComposableWorkspace<Control,TabSmartPartInfo>.ConvertFrom(ISmartPartInfo)
IComposableWorkspace<Control,TabSmartPartInfo>.OnActivate(Control)
IComposableWorkspace<Control,TabSmartPartInfo>.OnApplySmartPartInfo(Control, TabSmartPartInfo)
IComposableWorkspace<Control,TabSmartPartInfo>.OnClose(Control)
IComposableWorkspace<Control,TabSmartPartInfo>.OnHide(Control)
IComposableWorkspace<Control,TabSmartPartInfo>.OnShow(Control, TabSmartPartInfo)
IComposableWorkspace<Control,TabSmartPartInfo>.RaiseSmartPartActivated(WorkspaceEventArgs)
IComposableWorkspace<Control,TabSmartPartInfo>.RaiseSmartPartClosing(WorkspaceCancelEventArgs)

Applies to