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);