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;
true if the the system default font supports the character set required for the requested input language; otherwise, false.
InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace