DoesCategoryExist Method
DoesCategoryExist(String)
Identifies whether given category exist in the IToolboxControl.
Declaration
public bool DoesCategoryExist(string categoryName)
Parameters
Type | Name | Description |
---|---|---|
System.String | categoryName | Name of tab to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if exists; otherwise false. |