InputLanguageCollection::Item Property (Int32)
.NET Framework (current version)
Gets the entry at the specified index of the InputLanguageCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 1.1
Show: