Determine if Mouse Cursor is Busy

Hey @Konrad

you have to import “System.Windows.Forms” namespace first then you will be able to use Cursor.Current in your project.

or also

you can use like this but better to import namespace

System.Windows.Forms.Cursor.Current.ToString

Regards…!!
Aksh

5 Likes