Table of Contents

Method DoesItemExist

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

DoesItemExist(ToolboxItem)

Indicates whether specified item is a member of the collection.

public bool DoesItemExist(ToolboxItem item)

Parameters

item ToolboxItem

A ToolboxItem representing the item to locate in the collection.

Returns

bool

TTrue if exists; otherwise false.

DoesItemExist(string)

Indicates whether specified item is a member of the collection.

public bool DoesItemExist(string itemName)

Parameters

itemName string

Item name to locate in the collection.

Returns

bool

TTrue if exists; otherwise false.