InputLanguageManager::AvailableInputLanguages Property

 

Gets an enumerator for currently available input languages.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property IEnumerable^ AvailableInputLanguages {
	IEnumerable^ get();
}

Property Value

Type: System.Collections::IEnumerable^

An enumerator for currently available input languages, or null if no input languages are available.

This property has no default value.

The following example demonstrates how to use an InputLanguageManager to enumerate the available input languages.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: