DoesItemExist Method
DoesItemExist(ToolboxItem)
Indicated whether specific item is a part of this Category.
Declaration
public bool DoesItemExist(ToolboxItem item)
Parameters
Type | Name | Description |
---|---|---|
ToolboxItem | item |
|
Returns
Type | Description |
---|---|
System.Boolean | True if item collection of category contains this item; otherwise false. |
DoesItemExist(String)
Indicated whether specific item is a part of this Category.
Declaration
public bool DoesItemExist(string itemName)
Parameters
Type | Name | Description |
---|---|---|
System.String | itemName |
|
Returns
Type | Description |
---|---|
System.Boolean | True if item collection of category contains this item; otherwise false. |