Method AddItem
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
AddItem(string, ToolboxItem)
When implemented by a class, places toolbox item onto specified toolbox tab.
void AddItem(string categoryName, ToolboxItem item)
Parameters
categoryName
stringTab name where new item will be placed.
item
ToolboxItemItem to add.