Table of Contents

Method AddItemForType

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

AddItemForType(string, Type, ImageSource)

Adds toolbox item from type name.

public 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.