NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InputLanguage Methods

The methods of the InputLanguage class are listed below. For a complete list of InputLanguage class members, see the InputLanguage Members topic.

Public:

Equals Overloaded. [To be supplied.]
FromCulture Returns the input language associated with the specified culture.
GetCulture Returns the locale of the current input language.
GetCurrentInputLanguage Returns the input language for the current thread.
GetDefaultInputLanguage Returns the default input language for the system.
GetHandle Returns the handle for the input language.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInstalledInputLanguages Returns a list of all installed input languages.
GetLayoutName Returns the name of the current keyboard layout as it appears in the Windows Regional Settings on the computer.
GetType (inherited from Object) Gets the Type of the Object.
SelectNext Sets the next input language in the language list as the current input language.
SetCurrentInputLanguage Sets the specified input language as the input language for the current thread.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

InputLanguage Class | System.WinForms Namespace