CatchingMonkey
CatchingMonkey

Reputation: 1391

Cant Change Cursor Style in Visual Studio

This feels slightly ridiculous asking this here, but I'm writing a WinForms app and must have accidentally changed the cursor style from "default" to "WaitCursor" but now cant change it back. Every time I use the drop down to select a different style it just snaps back to the "WaitCursor" option.

The control isn't locked, and im rather confused.

Any help welcome!

C

Upvotes: 1

Views: 1708

Answers (2)

mukesh nikhil
mukesh nikhil

Reputation: 1

use the insert key on your keyboard ...it will change your cursor style..... more info on this link over cursors

Upvotes: -1

Hans Passant
Hans Passant

Reputation: 942089

Set the UseWaitCursor property back to False.

Upvotes: 1

Related Questions