ComboBox::ObjectCollection::Item Property (Int32)
.NET Framework (current version)
Retrieves 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 retrieve.
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 was less than zero. -or- The index was greater of equal to the count of items in the collection. |
.NET Framework
Available since 1.1
Available since 1.1
Show: