2013-12-08 52 views
0

我正嘗試在Outlook Addin項目中爲我的聯繫人項目添加上下文菜單..但菜單出現在底部......我如何將它設置爲菜單中的第一項...?更改Outlook Addin上下文菜單的位置

var contextButton = commandBar.Controls.Add(Office.MsoControlType.msoControlButton, missing, missing, 0, true) as Office.CommandBarButton; 

請幫幫我。這是郵件項目菜單的圖像。

enter image description here

回答

1

當調用Controls.Add被,參數之一是前。找到複製菜單項並將其作爲Before參數傳遞。

+0

嗨,我在谷歌搜索無處不在,但我無法找到什麼Id複製菜單項有... –

+0

Id和FaceId = 19。 –