RemoveItem Method
RemoveItem(String, ToolboxItem)
When implemented by a class, removes toolbox item from the category.
Declaration
void RemoveItem(string categoryName, ToolboxItem item)
Parameters
Type | Name | Description |
---|---|---|
System.String | categoryName | Name of tab from which specific item should be removed. |
ToolboxItem | item | ToolboxItem to remove. |