Method DoesItemExist
- Namespace
- Alternet.FormDesigner.Wpf.Toolbox
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
DoesItemExist(ToolboxItem)
Indicated whether specific item is a part of this Category.
public bool DoesItemExist(ToolboxItem item)
Parameters
item
ToolboxItemToolboxItem
to check.
Returns
- bool
True if item collection of category contains this item; otherwise false.
DoesItemExist(string)
Indicated whether specific item is a part of this Category.
public bool DoesItemExist(string itemName)
Parameters
itemName
stringToolboxItem
name to check.
Returns
- bool
True if item collection of category contains this item; otherwise false.