Method RemoveItem
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
RemoveItem(string, ToolboxItem)
When implemented by a class, removes toolbox item from the category.
void RemoveItem(string categoryName, ToolboxItem item)
Parameters
categoryName
stringName of tab from which specific item should be removed.
item
ToolboxItemToolboxItem to remove.