Default constructor

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	items As ToolboxItemCollection _
)
C#
public ToolboxCategoryItem(
	string name,
	ToolboxItemCollection items
)
Visual C++
public:
ToolboxCategoryItem(
	String^ name, 
	ToolboxItemCollection^ items
)
JavaScript
Greatis.FormDesigner.ToolboxCategoryItem = function(name, items);

Parameters

name
Type: System..::.String
Category name
items
Type: System.Drawing.Design..::.ToolboxItemCollection
Items in category

See Also