ToolboxService::IToolboxService::AddLinkedToolboxItem Method (ToolboxItem^, String^, IDesignerHost^)

 

For a description of this member, see the IToolboxService::AddLinkedToolboxItemmethod.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

private:
virtual void AddLinkedToolboxItem(
	ToolboxItem^ toolboxItem,
	String^ category,
	IDesignerHost^ host
) sealed = IToolboxService::AddLinkedToolboxItem

Parameters

toolboxItem
Type: System.Drawing.Design::ToolboxItem^

The linked ToolboxItem to add to the toolbox.

category
Type: System::String^

The toolbox item category to add the toolbox item to.

host
Type: System.ComponentModel.Design::IDesignerHost^

The IDesignerHost for the current design document.

This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

.NET Framework
Available since 2.0
Return to top
Show: