Adds new toolbox item to the specified category

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Sub AddItem ( _
	item As ToolboxItem, _
	category As String _
)
C#
void AddItem(
	ToolboxItem item,
	string category
)
Visual C++
void AddItem(
	ToolboxItem^ item, 
	String^ category
)
JavaScript
function addItem(item, category);

Parameters

item
Type: System.Drawing.Design..::.ToolboxItem
Item to add
category
Type: System..::.String
Target category, can be null

See Also