I have a custom button class that inherits from 'System.Windows .Forms.Button' and i want to change the default behavior during design time when it is double clicked. i.e. when a developer doubleclicks the button it should add code for a custom event rather than the normal click event.
Any ideas?
Any ideas?
Comment