Table of Contents

Method AddItemForType

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

AddItemForType(string, Type, CustomToolboxImage)

Adds toolbox item from type name.

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

AddItemForType(string, Type, string, CustomToolboxImage)

Adds toolbox item from type name.

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

Parameters

categoryName string

Tab name where new items will be placed.

type Type

Type to get items from.

displayName string

Specifies custom display name

customImage CustomToolboxImage

Specifies Bitmap to draw with items.