Table of Contents

Method AddItemForType

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

AddItemForType(string, Type, ImageSource)

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

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

Parameters

categoryName string

Tab name where new items will be placed.

type Type

Type to get items from.

customImage ImageSource

Specifies ImageSource to draw with items.