AutoCompleteStringCollection::Item Property (Int32)

 

Gets or sets the element at the specified index.

Namespace:   System.Windows.Forms
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.

Property Value

Type: System::String^

The String at the specified position.

.NET Framework
Available since 2.0
Return to top
Show: