I want to be able to show the hotkey combination assigned to a toolstrip menu item in winforms. For instane, in any program (even your browser settings menu) you can see various menu items, and generally, aligned to the right of their item, is their hotkey shortcut. I want to do this programmatically.
Example: Instead of typing
Open a file (ctrl+O)
I want to have the properties show up independently of each other.
How can I achieve this?