AddItem Method
AddItem(String, ToolboxItem)
When implemented by a class, places toolbox item onto specified toolbox tab.
Declaration
void AddItem(string categoryName, ToolboxItem item)
Parameters
Type | Name | Description |
---|---|---|
System.String | categoryName | Tab name where new item will be placed. |
ToolboxItem | item | Item to add. |