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