Table of Contents

Method InsertItem

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

InsertItem(int, ToolboxItem)

Inserts an item into the list box at the specified index.

public void InsertItem(int index, ToolboxItem item)

Parameters

index int

The zero-based index location where the item is inserted.

item ToolboxItem

A ToolboxItem representing the item to insert to the collection.