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!

Cursor.Position

The current cursor position in screen coordinates. When setting this property, if the new coordinates are not within the screen rectangle set by the most recent setClip() call, Windows automatically adjusts the coordinates so that the cursor stays within the rectangle.

[Visual Basic]
Public Shared Property Position As Point
[C#]
public static Point Position {get; set;}
[C++]
public: __property static Point get_Position();
public: __property static void set_Position(Point);
[JScript]
public static function get Position() : Point;
public static function set Position(Point);

See Also

Cursor Class | Cursor Members | System.Drawing Namespace