DoesItemExist Method
DoesItemExist(String, ToolboxItem)
Identifies whether given item exist in the specified tab.
Declaration
public 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. |
Implements
DoesItemExist(String, String)
Identifies whether given item exist in the specified tab.
Declaration
public bool DoesItemExist(string categoryName, string itemName)
Parameters
Type | Name | Description |
---|---|---|
System.String | categoryName | Name of tab to check. |
System.String | itemName | ToolboxItem name to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if exists; otherwise false. |