ListBox::IntegerCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the Item having the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property int default[ int index ] { int get(int index); void set(int index, int value); }
Parameters
- index
-
Type:
System::Int32
The position of the Item in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: