Method AddItem
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
AddItem(string, ToolboxItem)
Places toolbox item onto specified toolbox tab.
public void AddItem(string categoryName, ToolboxItem item)Parameters
- categoryNamestring
- Tab name where new items will be placed. 
- itemToolboxItem
- Item to add.