In outlook 2010 I can use F6 to cycle through the main window elements, including the ribbon. When the F6 key takes me to the ribbon it also displays the key tips for the ribbon.
I want to do the same in our application, how can I programatically cause the xamRibbon to display the key tips?
Hello,
Using F10 on XamRibbon you can display key tips which is similar to MS Word or MS outlook. Below forum post also discusses similar issue.
http://community.infragistics.com/forums/p/22434/81880.aspx#81880
Please let me know if this is what you are looking for. Please do not hesitate to contact me if you need further assistance.
This does not answer my question. I am trying to emulate the behavior of the F6 keystroke in Outlook 2010. This cycles through the main sections of the UI including the ribbon, so at part of my logic for this I need to be able to activate the ribbon key tips from code.