GetToolsFromCategory Method
GetToolsFromCategory(String)
When implemented by a class, gets toolbox items on the specified tab.
Declaration
ToolboxItem[] GetToolsFromCategory(string category)
Parameters
Type | Name | Description |
---|---|---|
System.String | category | Name of tab to get items from. |
Returns
Type | Description |
---|---|
ToolboxItem[] | List of toolbox items displayed on the specified tab. |