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
itemToolboxItemToolboxItemto 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
itemNamestringToolboxItemname to check.
Returns
- bool
True if item collection of category contains this item; otherwise false.