How to change mouse curser?

this.Cursor = Cursors.WaitCursor;

....

this.Cursor = Cursors.Default;