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
intThe zero-based index location where the item is inserted.
item
ToolboxItemA
ToolboxItem
representing the item to insert to the collection.