Method RemoveItem
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v10.dll
RemoveItem(string, ToolboxItem)
Removes specified item from the item collection of specified category.
public void RemoveItem(string categoryName, ToolboxItem item)
Parameters
categoryNamestringName of category to remove it's item.
itemToolboxItemToolboxItemto remove.