我在标准上下文菜单(右键菜单)中添加了一个按钮。到目前为止,这工作正常。但是我在按钮前面添加了一个图像会遇到一些麻烦。
<?xml version="1.0" encoding="UTF-8"?>
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
<contextMenus>
<contextMenu idMso="ContextMenuText">
<button id="startResearch" label="Start Research!" insertBeforeMso="HyperlinkInsert" onAction="startResearchClick" showImage="true" visible="true" image="pack://application:,,,/Resources/magnifying_glass.png"/>
</contextMenu>
</contextMenus>
</customUI>