代码之家  ›  专栏  ›  技术社区  ›  darbid

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

  •  -1
  • darbid  · 技术社区  · 9 年前

    我正在Outlook2010中添加上下文菜单。我只是使用以下代码进行测试。我在读这些东西 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确实对某些菜单项有一些提示。这些是什么样的控制?请参见添加的图像。

    Outlook 2010 context menu with some tip

    1 回复  |  直到 9 年前
        1
  •  0
  •   Eugene Astafiev    9 年前

    Outlook是否显示一些菜单项提示?如果是,怎么办?

    是,但不适用于上下文菜单项/控件。我在上下文菜单控件的Fluent UI模式中没有看到这样的属性。看见 Office 2010 Reference: Office Fluent User Interface XML Schema 了解更多信息。