Table of Contents

Method AddItem

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

AddItem(string, ToolboxItem)

When implemented by a class, places toolbox item onto specified toolbox tab.

void AddItem(string categoryName, ToolboxItem item)

Parameters

categoryName string

Tab name where new item will be placed.

item ToolboxItem

Item to add.