.NET Framework Class Library
ParentControlDesigner.CreateTool Method
Creates a component or control from the specified tool and adds it to the current design document.
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 | |
|---|---|---|
|
CreateTool(ToolboxItem) | Creates a component or control from the specified tool and adds it to the current design document. |
|
CreateTool(ToolboxItem, Point) | Creates a component or control from the specified tool and adds it to the current design document at the specified location. |
|
CreateTool(ToolboxItem, Rectangle) | Creates a component or control from the specified tool and adds it to the current design document within the bounds of the specified rectangle. |
See Also