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

 

Adds the specified project-linked toolbox item to the toolbox in the specified category.

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

void AddLinkedToolboxItem(
	ToolboxItem^ toolboxItem,
	String^ category,
	IDesignerHost^ host
)

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.

A linked toolbox item is a toolbox item that is only available for a specific project.

.NET Framework
Available since 1.1
Return to top
Show: