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