Tagged Questions

14
votes
4answers
15k views

Cursor.Current vs. this.Cursor in .Net (C#)

Is there a difference between Cursor.Current and this.Cursor (where "this" is a WinForm) in .Net? I've always used this.Cursor and have had very good luck with it but I've recently started using ...