Is there a way to force always show mnemonics in menus?
问题 I am making use of ContextMenuStrip in my program and apparently, it wont show its shortcut keys (mnemonics, those that should be shown as underlines under letters preceded by &) unless i press Alt, but when i press Alt, the shown ContextMenuStrip will hide because the main menu of the form will receive focus. Thus, in context menus, mnemonics are never seen! Is there a way to force this behavior to be on for my program? I've read elsewhere that you can change it somewhere in the system