In VS 2010 Express, after I add a control to a form, I can double-click it and it will take me to the event handler stub for the default action. But don't some controls have more than one event? What about the form itself, such as minimize, restore, close, move etc? How do I auto-generate those handlers and where is the menu of choices?