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
145
Access keys not being underlined in UltraToolbar
posted

 Hi,

We recently upgraded a Windows Forms project from NetAdvantage for .Net 2007 Vol 1 to 2008 Vol 2 (yes, we skipped a few releases).  Afterwards, we realized that the access keys were no longer being underlined in our menu bars, even after pressing the Alt key. 

The menu bars are pretty standard --  UltraToolbar controls containing PopupMenuTools, each of which contains ButtonTools.  

After some trial and error, it appears that the access keys are underlined only when the IsMainMenuBar property is true.  Unfortunately, most of our windows were designed to have 2 or more toolbars aligned side-by-side in the same row, so using the IsMainMenuBar property forces  the toolbars to be in separate rows.

Is it possible to display access keys in a toolbar which does not have the IsMainMenuBar property set to true?  

Thanks,

Dan.