SystemInformation.DbcsEnabled : SystemInfo « Development Class « C# / C Sharp






SystemInformation.DbcsEnabled

 
using System;
using System.Drawing;
using System.Windows.Forms;
   
class MainClass{
     public static void Main()
     {
   
          Console.WriteLine(SystemInformation.DbcsEnabled);
     }
}

 








Related examples in the same category

1.SystemInformation.ArrangeDirection
2.SystemInformation.ArrangeStartingPosition
3.SystemInformation.BootMode
4.SystemInformation.Border3DSize
5.SystemInformation.BorderSize
6.SystemInformation.CaptionButtonSize
7.SystemInformation.CaptionHeight
8.SystemInformation.ComputerName
9.SystemInformation.CursorSize
10.SystemInformation.PrimaryMonitor
11.Print all System Information