Table of Contents

Method AddItemForType

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

AddItemForType(string, Type, CustomToolboxImage)

When implemented by a class, adds toolbox item from type name.

void AddItemForType(string categoryName, Type type, CustomToolboxImage customImage = null)

Parameters

categoryName string

Tab name where new items will be placed.

type Type

Type to get items from.

customImage CustomToolboxImage

Specifies Bitmap to draw with items.