TabSmartPartInfo Class

A SmartPartInfo that describes how a specific smartpart will be shown in a tab workspace.

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(TabSmartPartInfo), "TabSmartPartInfo")> _
Public Class TabSmartPartInfo
    Inherits SmartPartInfo
'Usage
Dim instance As TabSmartPartInfo
[ToolboxBitmapAttribute(typeof(TabSmartPartInfo), "TabSmartPartInfo")] 
public class TabSmartPartInfo : SmartPartInfo
[ToolboxBitmapAttribute(typeof(TabSmartPartInfo), L"TabSmartPartInfo")] 
public ref class TabSmartPartInfo : public SmartPartInfo
/** @attribute ToolboxBitmapAttribute(Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo, "TabSmartPartInfo") */ 
public class TabSmartPartInfo extends SmartPartInfo
ToolboxBitmapAttribute(Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo, "TabSmartPartInfo") 
public class TabSmartPartInfo extends SmartPartInfo

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo
        Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo

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

TabSmartPartInfo Members
Microsoft.Practices.CompositeUI.WinForms Namespace