Initializes a new instance of the toolbox category collection using the specified array of the toolbox categories

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	items As ToolboxCategoryItem() _
)
C#
public ToolboxCategoryCollection(
	ToolboxCategoryItem[] items
)
Visual C++
public:
ToolboxCategoryCollection(
	array<ToolboxCategoryItem^>^ items
)
JavaScript
Greatis.FormDesigner.ToolboxCategoryCollection = function(items);

Parameters

items
Type: array< Greatis.FormDesigner..::.ToolboxCategoryItem >[]()[]
Categories in toolbox

See Also