ParentControlDesigner.CreateTool Method
.NET Framework 2.0
Creates a component or control from the specified tool and adds it to the current design document.
| Name | Description |
|---|---|
| ParentControlDesigner.CreateTool (ToolboxItem) | Creates a component or control from the specified tool and adds it to the current design document. |
| ParentControlDesigner.CreateTool (ToolboxItem, Point) | Creates a component or control from the specified tool and adds it to the current design document at the specified location. |
| ParentControlDesigner.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. |