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!

InputLangChangeEventArgs.CharSet

Gets the character set associated with the new input language.

[Visual Basic]
Public ReadOnly Property CharSet As Byte
[C#]
public byte CharSet {get;}
[C++]
public: __property unsigned char get_CharSet();
[JScript]
public function get CharSet() : Byte;

Property Value

The character set associated with the new input language.

See Also

InputLangChangeEventArgs Class | InputLangChangeEventArgs Members | System.WinForms Namespace