Method InsertItem
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v10.dll
InsertItem(int, ToolboxItem)
Inserts an item into the list box at the specified index.
public void InsertItem(int index, ToolboxItem item)
Parameters
indexintThe zero-based index location where the item is inserted.
itemToolboxItemA
ToolboxItemrepresenting the item to insert to the collection.