Table of Contents

Method DoesItemExist

Namespace
Alternet.FormDesigner.Wpf.Toolbox
Assembly
Alternet.FormDesigner.Wpf.v10.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

ToolboxItem name to check.

Returns

bool

True if exists; otherwise false.