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

 

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,
	String^ category
) sealed = IToolboxService::AddToolboxItem

Parameters

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

The ToolboxItem to add to the toolbox.

category
Type: System::String^

The toolbox item category to add the ToolboxItem to.

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: