Table of Contents

Method DoesItemExist

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

DoesItemExist(string, ToolboxItem)

Identifies whether given item exist in the specified tab.

public 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.

DoesItemExist(string, string)

Identifies whether given item exist in the specified tab.

public bool DoesItemExist(string categoryName, string itemName)

Parameters

categoryName string

Name of tab to check.

itemName string

Item name to check.

Returns

bool

True if exists; otherwise false.