Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft