NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IToolboxService.AddLinkedTool

[To be supplied.]

Overload List

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);

See Also

IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace