Method DoesItemExist
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v10.dll
DoesItemExist(string, ToolboxItem)
Indicates whether specified item presents in specified category.
public bool DoesItemExist(string categoryName, ToolboxItem item)
Parameters
categoryNamestringName of category to check.
itemToolboxItemItem 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.