Method RemoveItem
- Namespace
- Alternet.FormDesigner.Wpf.Toolbox
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
RemoveItem(string, ToolboxItem)
Removes toolbox item from the category.
public void RemoveItem(string categoryName, ToolboxItem item)
Parameters
categoryNamestringName of tab from which specific item should be removed.
itemToolboxItemToolboxItem to remove.