Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
Underline hotkey not visible
posted

Hi,

In the AppMenu I have a list of recent documents.  I prefix each document name with a number (from 1-9).

The following line of code allows the recent document when pressing the hot key number to work as if the recent document were clicked (As expected).  However the number in not underlined to give the end-user a visul clue that it is a hot key.  What needs to be done?

uxToolbarManager.Tools[fileKey].SharedProps.Caption = "&" + mrCnt.ToString() + " " + recentDocument.FileName;

 

Thanks

Rich

 

Parents
  • 6158
    Suggested Answer
    Offline posted

    Hello Rich.

    The nmemonics should be displayable on the Application Menu. I do see a fix from earlier this year that may be related to your issue. Have you verified that you have the lastest service release / hotfix installed for your current version of NetAdvantage?

    Additionally, you may want to verify the operating system is not hiding the underlines until the Alt key is pressed. Accessing this option is different depending on your version of Windows: Windows XP Windows Vista

    If you still cannot get the nmemonics to show, please let me know.

    Thanks,

    Chris

     

Reply Children