Method AddItem
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v9.dll
AddItem(ToolboxItem)
Adds an item to the list of items for a list box.
public void AddItem(ToolboxItem item)
Parameters
item
ToolboxItemA
ToolboxItem
representing the item to add to the collection.