DekGenius.com
[ Team LiB ] Previous Section Next Section

InputLanguageCollection

System.Windows.Forms (system.windows.forms.dll)class

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 System.Collections.ReadOnlyCollectionBase(System.Collections.ICollectio, System.Collections.IEnumerable) InputLanguageCollection

Returned By

InputLanguage.InstalledInputLanguages

    [ Team LiB ] Previous Section Next Section