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