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!

InputLangChangeRequestEventArgs.SysCharSet

Gets a value indicating whether the system default font supports the character set required for the requested input language.

[Visual Basic]
Public ReadOnly Property SysCharSet As Boolean
[C#]
public bool SysCharSet {get;}
[C++]
public: __property bool get_SysCharSet();
[JScript]
public function get SysCharSet() : Boolean;

Property Value

true if the the system default font supports the character set required for the requested input language; otherwise, false.

See Also

InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace