Gets the dimensions of a cursor in pixels.
[Visual Basic] Public Shared ReadOnly Property CursorSize As Size [C#] public static Size CursorSize {get;} [C++] public: __property static Size get_CursorSize(); [JScript] public static function get CursorSize() : Size;
A Size that specifies the dimensions of a cursor in pixels.
The system cannot create cursors of other sizes.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace