Table of Contents

Method RemoveItem

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

RemoveItem(string, ToolboxItem)

Removes specified item from the item collection of specified category.

public void RemoveItem(string categoryName, ToolboxItem item)

Parameters

categoryName string

Name of category to remove it's item.

item ToolboxItem

ToolboxItem to remove.