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

 

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

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

void AddLinkedToolboxItem(
	ToolboxItem^ toolboxItem,
	IDesignerHost^ host
)

Parameters

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

The linked ToolboxItem to add to the toolbox.

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: