ListBox::IntegerCollection::Add Method (Int32)
.NET Framework (current version)
Adds a unique integer to the collection in sorted order.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- item
-
Type:
System::Int32
The integer to add to the collection.
| Exception | Condition |
|---|---|
| SystemException | There is insufficient space available to store the new item. |
.NET Framework
Available since 2.0
Available since 2.0
Show: