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
stringName of category to add item.
item
ToolboxItemToolboxItem
to add.