menuitems hotkey

  1. D

    B4J Question how to display underscores in MenuItems

    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...
Top