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






SystemInformation.CursorSize

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

     }
}

   
    
  








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.DbcsEnabled
11.SystemInformation.DoubleClickSize
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