When adding strings to a menu: MyMenu.MenuItems.Add( "Some_String" ), the underscore is not displayed "SomeString". I believe the underscore is used to define a hotkey as a shortcut, but in my case, the string is a path, and underscores are significant. I note that I can get the original string by copying it to the Tag, but I would prefer that the string were displayed correctly.
How can I display the underscore (and I do not need the hotkey functionality)?
How can I display the underscore (and I do not need the hotkey functionality)?