IDesignerHost::CreateComponent Method (Type^, String^)

 

Creates a component of the specified type and name, and adds it to the design document.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

IComponent^ CreateComponent(
	Type^ componentClass,
	String^ name
)

Parameters

componentClass
Type: System::Type^

The type of the component to create.

name
Type: System::String^

The name for the component.

Return Value

Type: System.ComponentModel::IComponent^

The newly created component.

If the type cannot be resolved into an object that implements IComponent, an exception is thrown.

This method creates the component and adds it to the designer container.

.NET Framework
Available since 1.1
Return to top
Show: