AutoCompleteStringCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the element at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property String^ default[ int index ] { String^ get(int index); void set(int index, String^ value); }
Parameters
- index
-
Type:
System::Int32
The index at which to get or set the String.
.NET Framework
Available since 2.0
Available since 2.0
Show: