InputLanguageCollection::Item Property (Int32)

 

Gets the entry at the specified index of the InputLanguageCollection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property InputLanguage^ default[
	int index
] {
	InputLanguage^ get(int index);
}

Parameters

index
Type: System::Int32

The zero-based index of the entry to locate in the collection.

Property Value

Type: System.Windows.Forms::InputLanguage^

The InputLanguage at the specified index of the collection.

Exception Condition
ArgumentOutOfRangeException

index is outside the valid range of indexes for the collection.

.NET Framework
Available since 1.1
Return to top
Show: