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