When ever I drop a button from the Toolbox into a Form, and change the name to btnName, then double click it, when it adds the event method in the editor, it adds it as voidBtnDownloadClick(object sender, EventArgs e) instead of btnName. How do I prevent the ide from auto-capatalizing the first letter, and actually use the exact name from the property menu, which is still in lower case format, btnName?