Method DoesItemExist
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
DoesItemExist(string, ToolboxItem)
When implemented by a class, identifies whether given item exist in the specified tab.
bool DoesItemExist(string categoryName, ToolboxItem item)
Parameters
categoryNamestringName of tab to check.
itemToolboxItemToolboxItem to check.
Returns
- bool
True if exists; otherwise false.