Method AddItem
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v10.dll
AddItem(string, ToolboxItem)
Adds an item to the list of items of specified category.
public void AddItem(string categoryName, ToolboxItem item)
Parameters
categoryNamestringName of category to add item.
itemToolboxItemToolboxItemto add.