Mnemonics and shortcut keys provide quick keyboard access to menu items. You can access many of the menu items using shortcut keys. To be able to use shortcuts you have to set the menu's EnableShortcuts property to TRUE and then define the sequence of keys for the particular menu item through the Shortcut property. An underlined character in a menuitem is called a mnemonic. To setup a mnemonic you must add the ‘&’ character in front of the character you would like to be underlined. To be able to choose an item using the menu's mnemonics you have to set the menu's EnableMnemonics property to TRUE. At runtime you can press the underlined letter in the menu item's text.
Activate this menu by pressing 'Alt+1', use mnemonics or shortcuts to select an item.