Table of Contents

Method DoesCategoryExist

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

DoesCategoryExist(string)

When implemented by a class, identifies whether given category exist in the IToolboxControl.

bool DoesCategoryExist(string categoryName)

Parameters

categoryName string

Name of tab to check.

Returns

bool

True if exists; otherwise false.