Hi,
Is it possible to turn off key tips on just the TabItemToolbar?
I'm trying to display a help option, as in Office applications, but it seems to always auto generate a key tip (i guess this is done on the fly). However in Office when you press ALT there is no shortcut for the Help option.
Thanks,
Andy
I just wanted to know if you were able to solve your issue based on Mike's suggestions or you still need help? Just let me know.
Thank you.
You can prevent the auto-generation of key tips by setting UltraToolbarsManager.Office2007UICompatibility and AutoGenerateKeyTips to False. But then you would need to manually set key tips on all ribbon tabs, groups, and tool which need them.