Gets or sets the shortcut keys associated with the System.Windows.Forms.ToolStripMenuItem.
Documentation for this section has not yet been entered.
Use the ToolStripMenuItem.ShortcutKeys property to assign a key combination to a menu command, such as CTRL+C for the Copy command. You can use shortcut keys instead of or in addition to access keys, which are underscored letters in menus or menu items used with the ALT key. Define access keys in code by typing an ampersand (&) before the letter you want to use for an access key.