How to add the underlined letter for the main toolbar in MDI parent when you press the alt key ?
You need to set the UseMneumonics property on the UltraTabbedMDIManager to True and then make sure that you have an ampersand in the Text of the child form (i.e. childForm.Text="&Test";).
-Matt
I am using UltraToolbarManager
UltraToolbar1.IsMainMenuBar = True