Disable code generation on double-click of control

  • Thread starter Thread starter Dan Reber
  • Start date Start date
D

Dan Reber

(Originally posted to WindowsForms newsgroup with no response, is there a
Visual Studio newsgroup?)

There are times when I mistakenly double-click a control and then VS goes to
the code window and either generates the code signature for the default
event or it navigates to the default event. Is there a way to disable this
feature?

Thanks

Dan
 
Hi,

Not that I know of (I have been there too).

Just try to be careful and if you do then just delete the method
 
Back
Top