Creates the components that the toolbox item is configured to create, using the specified designer host.
- host
- The System.ComponentModel.Design.IDesignerHost to use when creating the components.
An array of created System.ComponentModel.IComponent objects.
The ToolboxItem.CreateComponents(System.ComponentModel.Design.IDesignerHost) method calls the ToolboxItem.CreateComponentsCore(System.ComponentModel.Design.IDesignerHost) method to retrieve an array of type System.ComponentModel.IComponent containing the components to create.