WindowSmartPartInfo Class

Provides information to show smartparts in the WindowWorkspace.

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

Syntax

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

Inheritance Hierarchy

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

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

WindowSmartPartInfo Members
Microsoft.Practices.CompositeUI.WinForms Namespace