ListBox::ObjectCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the item at the specified index within the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property Object^ default[ int index ] { virtual Object^ get(int index); virtual void set(int index, Object^ value); }
Parameters
- index
-
Type:
System::Int32
The index of the item in the collection to get or set.
Property Value
Type: System::Object^An object representing the item located at the specified index within the collection.
Implements
IList::Item[Int32]| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index parameter is less than zero or greater than or equal to the value of the Count property of the ListBox::ObjectCollection class. |
.NET Framework
Available since 1.1
Available since 1.1
Show: