[To be supplied.]
Adds a new tool to the toolbox under the given category. This tool will be "linked" to the given file. A linked tool is removed from the toolbox when the project that owns the file is closed. It is automatically re-added when the project is opened again.
[Visual Basic] Overloads Sub AddLinkedTool(ToolboxItem, String, String)
[C#] void AddLinkedTool(ToolboxItem, String, String);
[C++] void AddLinkedTool(ToolboxItem*, String, String) = 0;
[JScript] function AddLinkedTool(ToolboxItem, String, String);
Adds a new tool to the toolbox under the default category. This tool will be "linked" to the given file. A linked tool is removed from the toolbox when the project that owns the file is closed. It is automatically re-added when the project is opened again.
[Visual Basic] Overloads Sub AddLinkedTool(ToolboxItem, String)
[C#] void AddLinkedTool(ToolboxItem, String);
[C++] void AddLinkedTool(ToolboxItem*, String) = 0;
[JScript] function AddLinkedTool(ToolboxItem, String);
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace