Table of Contents

Method DoesItemExist

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

DoesItemExist(string, ToolboxItem)

When implemented by a class, identifies whether given item exist in the specified tab.

bool DoesItemExist(string categoryName, ToolboxItem item)

Parameters

categoryName string

Name of tab to check.

item ToolboxItem

ToolboxItem to check.

Returns

bool

True if exists; otherwise false.