I am adding context menus in Outlook 2010. I am just testing with the following code. Am reading about these things Extending the user Interface In Outlook 2010.
The button label is shown but no tips.
<contextMenu idMso="ContextMenuAttachments">
<button id="MyContextMenuAttachments"
label="ContextMenuAttachments"
supertip="This is a super tip"
screentip="This is a screentip"/>
</contextMenu>
I am also testing this with idMso="ContextMenuMailItem"
as well and have the same problem.
Does Outlook show some form of tip for menu items? If yes how?
Update: Originally I did show an example of the attachments context menu, but I am interested in the idMso="ContextMenuMailItem"
as well. Outlook does have some kind of tips for some menu items. What kind of controls are these? See added image.