.NET Windows Forms in a Nutshell
This is a read-only collection of InputLanguage objects, obtained from the InputLanguage.InstalledInputLanguages method. public class InputLanguageCollection : ReadOnlyCollectionBase { // Public Instance Properties public InputLanguage this {get; } // Public Instance Methods public bool Contains (InputLanguage value ); public void CopyTo (InputLanguage[ ] array , int index ); public int IndexOf (InputLanguage value ); } Hierarchy
System.Object Returned By
InputLanguage.InstalledInputLanguages |