This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
InputLanguage Members
Public:
Methods
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. |
Fields
MOVE_TO_FRONT |
Moves an input language to the front of the language list. This field is constant. |
SET_FOR_PROCESS |
Specifies that an input language applies to a process, not just to the current thread. This field is constant. |
Protected:
Methods
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