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

 

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

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

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

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.

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: