Gets whether the operating system is capable of handling double-byte (DBCS) characters.
[Visual Basic] Public Shared ReadOnly Property DBCSEnabled As Boolean [C#] public static bool DBCSEnabled {get;} [C++] public: __property static bool get_DBCSEnabled(); [JScript] public static function get DBCSEnabled() : Boolean;
true if the operating system supports DBCS; otherwise, false.
Note that just because an operating system supports DBCS, that does not mean that the user is running a locale that uses it.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace