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( _ ByVal toolboxItem As ToolboxItem, _ ByVal link As String _ ) [C#] void AddLinkedTool( ToolboxItem toolboxItem, string link ); [C++] void AddLinkedTool( ToolboxItem* toolboxItem, String* link ) = 0; [JScript] function AddLinkedTool( toolboxItem : ToolboxItem, link : String );
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace | IToolboxService.AddLinkedTool Overload List