DoesItemExist Method
DoesItemExist(String, ToolboxItem)
When implemented by a class, identifies whether given item exist in the specified tab.
Declaration
bool DoesItemExist(string categoryName, ToolboxItem item)
Parameters
Type | Name | Description |
---|---|---|
System.String | categoryName | Name of tab to check. |
ToolboxItem | item | ToolboxItem to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if exists; otherwise false. |