I developed a simple WinForm application with C# & Visual Studio 2013.
For the Text property for every button on the only form, I put a '&' in front of whatever letter I want to use as shortcut letter. For example, I set the Text property of a Save button to '&Save'. Now, the hotkey 'Alt + S' will work for that Save button.
It seems to work well. But I found a small & interesting display issue. There is no underline under the shortcut letter 'S'. All any other shortcut letters are displayed in this way, too.
To my surprise, once I have pressed any button with shortcut keyboard(i.e: Alt + 'S'), all shortcut letters of these buttons will become underlined soon! :-)
What's wrong? Is it a small bug of VS2013? Or anything else?
Any ideas? Thank you in advance.