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.CursorSize

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;

Property Value

A Size that specifies the dimensions of a cursor in pixels.

Remarks

The system cannot create cursors of other sizes.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace