Method DoesItemExist
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v9.dll
DoesItemExist(ToolboxItem)
Indicates whether specified item is a member of the collection.
public bool DoesItemExist(ToolboxItem item)
Parameters
item
ToolboxItemA
ToolboxItem
representing the item to locate in the collection.
Returns
- bool
TTrue if exists; otherwise false.
DoesItemExist(string)
Indicates whether specified item is a member of the collection.
public bool DoesItemExist(string itemName)
Parameters
itemName
stringItem name to locate in the collection.
Returns
- bool
TTrue if exists; otherwise false.