SystemInformation.DoubleClickSize : SystemInformation « System.Windows.Forms « C# / C Sharp by API






SystemInformation.DoubleClickSize

  
using System;
using System.Drawing;
using System.Windows.Forms;

public class MainClass{
  static void Main() 
  {
    Console.WriteLine("DoubleClickSize"+ SystemInformation.DoubleClickSize.ToString());
    Console.WriteLine("DoubleClickTime"+SystemInformation.DoubleClickTime.ToString());
    Console.WriteLine("MouseButtons"+SystemInformation.MouseButtons.ToString());
    Console.WriteLine("MouseButtonsSwapped"+SystemInformation.MouseButtonsSwapped.ToString());
    Console.WriteLine("MousePresent"+SystemInformation.MousePresent.ToString());
    Console.WriteLine("MouseWheelPresent"+SystemInformation.MouseWheelPresent.ToString());
    Console.WriteLine("MouseWheelScrollLines"+SystemInformation.MouseWheelScrollLines.ToString());
    Console.WriteLine("NativeMouseWheelSupport"+SystemInformation.NativeMouseWheelSupport.ToString());
  }

}

   
    
  








Related examples in the same category

1.SystemInformation.ArrangeDirection
2.SystemInformation.ArrangeStartingPosition
3.SystemInformation.ArrangeStartingPosition(all System Information
4.SystemInformation.BootMode
5.SystemInformation.Border3DSize
6.SystemInformation.BorderSize
7.SystemInformation.CaptionButtonSize
8.SystemInformation.CaptionHeight
9.SystemInformation.ComputerName
10.SystemInformation.CursorSize
11.SystemInformation.DbcsEnabled
12.SystemInformation.DoubleClickTime
13.SystemInformation.FrameBorderSize
14.SystemInformation.MouseButtons
15.SystemInformation.MouseButtonsSwapped
16.SystemInformation.MousePresent
17.SystemInformation.MouseWheelPresent
18.SystemInformation.MouseWheelScrollLines
19.SystemInformation.NativeMouseWheelSupport
20.SystemInformation.PrimaryMonitor
21.SystemInformation.PrimaryMonitorMaximizedWindowSize