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