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!

SystemInformation.DBCSEnabled

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;

Property Value

true if the operating system supports DBCS; otherwise, false.

Remarks

Note that just because an operating system supports DBCS, that does not mean that the user is running a locale that uses it.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace