GetToolsFromCategory Method
GetToolsFromCategory(String)
Gets toolbox items on the specified tab.
Declaration
public 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. |