SmartPartPlaceholder Class

A Control that acts as a placeholder for a smartpart.

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

Syntax

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

Inheritance Hierarchy

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

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

SmartPartPlaceholder Members
Microsoft.Practices.CompositeUI.WinForms Namespace