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

The current mouse cursor, or null if the cursor is not visible.

[Visual Basic]
Public Shared Property Current As Cursor
[C#]
public static Cursor Current {get; set;}
[C++]
public: __property static Cursor* get_Current();
public: __property static void set_Current(Cursor*);
[JScript]
public static function get Current() : Cursor;
public static function set Current(Cursor);

See Also

Cursor Class | Cursor Members | System.Drawing Namespace