On several of my usercontrols, I change the cursor by using
this.Cursor = Cursors.Wait;
when I click on something.
Now I want to do
The following worked for me:
ForceCursor = true; Cursor = Cursors.Wait;