Table of Contents

Method AddItem

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

AddItem(string, ToolboxItem)

Places toolbox item onto specified toolbox tab.

public void AddItem(string categoryName, ToolboxItem item)

Parameters

categoryName string

Tab name where new item will be placed.

item ToolboxItem

Item to add.