NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolboxItem.CreateComponents (IDesignerHost)

Creates objects from each Type contained in this ToolboxItem, and adds them to the designer

[Visual Basic]
Overloads Public Function CreateComponents( _
   ByVal host As IDesignerHost _
) As IComponent ()
[C#]
public IComponent[] CreateComponents(
   IDesignerHost host
);
[C++]
public: IComponent* CreateComponents(
   IDesignerHost* host
) [];
[JScript]
public function CreateComponents(
   host : IDesignerHost
) : IComponent[];

Parameters

host
The IDesignerHost to use to create the components.

Return Value

An array of created IComponent objects.

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace | ToolboxItem.CreateComponents Overload List