Method DoesCategoryExist
- Namespace
- Alternet.FormDesigner.Wpf.Toolbox
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
DoesCategoryExist(string)
Identifies whether given category exist in the IToolboxControl.
public bool DoesCategoryExist(string categoryName)
Parameters
categoryName
stringName of tab to check.
Returns
- bool
True if exists; otherwise false.