Method DoesItemExist
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
DoesItemExist(string, ToolboxItem)
Identifies whether given item exist in the specified tab.
public bool DoesItemExist(string categoryName, ToolboxItem item)
Parameters
categoryName
stringName of tab to check.
item
ToolboxItemToolboxItem to check.
Returns
- bool
True if exists; otherwise false.
DoesItemExist(string, string)
Identifies whether given item exist in the specified tab.
public bool DoesItemExist(string categoryName, string itemName)
Parameters
Returns
- bool
True if exists; otherwise false.