Table of Contents

Method AddItem

Namespace
Alternet.FormDesigner.WinForms.Toolbox
Assembly
Alternet.FormDesigner.v9.dll

AddItem(string, ToolboxItem)

Adds an item to the list of items of specified category.

public void AddItem(string categoryName, ToolboxItem item)

Parameters

categoryName string

Name of category to add item.

item ToolboxItem

ToolboxItem to add.