ToolboxService::IToolboxService::AddToolboxItem Method (ToolboxItem^)

 

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

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

private:
virtual void AddToolboxItem(
	ToolboxItem^ toolboxItem
) sealed = IToolboxService::AddToolboxItem

Parameters

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

The ToolboxItem to add to the toolbox.

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: