[]
Adds a ToolboxItem to the toolbox, creating the optionally specified category if it does not exist.
public override void AddToolboxItem(ToolboxItem toolboxItem, string category)
Type | Name | Description |
---|---|---|
ToolboxItem | toolboxItem | The ToolboxItem to add to the toolbox. |
string | category | The category to add the toolbox item to. If the category does not exist, it will be created. |