Table of Contents

Method DoesItemExist

Namespace
Alternet.FormDesigner.Wpf.Toolbox
Assembly
Alternet.FormDesigner.Wpf.v10.dll

DoesItemExist(ToolboxItem)

Indicated whether specific item is a part of this Category.

public bool DoesItemExist(ToolboxItem item)

Parameters

item ToolboxItem

ToolboxItem to check.

Returns

bool

True if item collection of category contains this item; otherwise false.

DoesItemExist(string)

Indicated whether specific item is a part of this Category.

public bool DoesItemExist(string itemName)

Parameters

itemName string

ToolboxItem name to check.

Returns

bool

True if item collection of category contains this item; otherwise false.