Table of Contents

Method DoesItemExist

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

DoesItemExist(string, ToolboxItem)

Indicates whether specified item presents in specified category.

public bool DoesItemExist(string categoryName, ToolboxItem item)

Parameters

categoryName string

Name of category to check.

item ToolboxItem

Item to check.

Returns

bool

True if exists; otherwise false.

DoesItemExist(string, string)

Indicates whether specified item presents in specified category.

public bool DoesItemExist(string categoryName, string itemName)

Parameters

categoryName string

Name of category to check.

itemName string

Item name to check.

Returns

bool

True if exists; otherwise false.