Method DoesItemExist
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v9.dll
DoesItemExist(string, ToolboxItem)
Indicates whether specified item presents in specified category.
public bool DoesItemExist(string categoryName, ToolboxItem item)
Parameters
categoryName
stringName of category to check.
item
ToolboxItemItem to check.
Returns
- bool
True if exists; otherwise false.
DoesItemExist(string, string)
Indicates whether specified item presents in specified category.
public bool DoesItemExist(string categoryName, string itemName)
Parameters
Returns
- bool
True if exists; otherwise false.