ModelingToolboxItem.CreateComponents Method
Include Protected Members
Include Inherited Members
Creates the components that the toolbox item is configured to create.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Creates the components that the toolbox item is configured to create. (Inherited from ToolboxItem.)
CreateComponents(IDesignerHost)
Creates the components that the toolbox item is configured to create, using the specified designer host. (Inherited from ToolboxItem.)
CreateComponents(IDesignerHost, IDictionary)
Creates the components that the toolbox item is configured to create, using the specified designer host and default values. (Inherited from ToolboxItem.)
Top