I have created a contextMenu and added a button with the only purpose of displaying a screentip and supertip, while hovering over the button.
<contextMenus>
<contextMenu idMso="ContextMenuMailItem">
<button id="TestButton" label="Test" insertAfterMso="Forward" screentip="Screen Tip" supertip="Super Tip"/>
</contextMenu>
</contextMenus>
However, hovering over the button does not display any screentips or supertips and I'm unsure why that is, since the options to display them are available.
If contextMenus
are unable to display tooltips, is Outlook using a different control to display their tooltips?
I know this question is similar to Does Outlook 2010 show screentips and/or supertips for controls added to a contextMenu?. But I cannot find a definitive answer to the question.