Outlook 2010 是否显示添加到上下文菜单的控件的屏幕提示 and/or 超级提示?

Does Outlook 2010 show screentips and/or supertips for controls added to a contextMenu?

我正在 Outlook 2010 中添加上下文菜单。我只是使用以下代码进行测试。正在阅读这些内容 Extending the user Interface In Outlook 2010.

显示了按钮标签,但没有提示。

<contextMenu idMso="ContextMenuAttachments">
  <button id="MyContextMenuAttachments"
      label="ContextMenuAttachments"
          supertip="This is a super tip"
          screentip="This is a screentip"/>
</contextMenu>

我也在用 idMso="ContextMenuMailItem" 测试这个并且有同样的问题。

Outlook 是否显示某种形式的菜单项提示?如果是怎么办?

更新:最初我确实展示了附件上下文菜单的示例,但我也对 idMso="ContextMenuMailItem" 感兴趣。 Outlook 确实对某些菜单项有一些提示。这些控件是什么样的?查看添加的图像。

Does Outlook show some form of tip for menu items? If yes how?

是的,但不适用于上下文菜单 items/controls。我在上下文菜单控件的 Fluent UI 架构中没有看到此类属性。有关详细信息,请参阅 Office 2010 Reference: Office Fluent User Interface XML Schema