Sen microsoft web http://www.microsoft.com/en-us/download/details.aspx?id=6627 üzerinde istediğiniz tüm ofis kimliklerini bulacaksınız eklentilerözel gelen şerit kısayol ile etkileşim istiyorum.
Kimlik numaranızı PowerPointControls.xlsx
dosyasında bulacaksınız.
için size kendi menü oluşturmak:
sizin Ribbon.xml açın Ve özel bir eklenti kısayol için
<tabs>
<tab idMso="TabAddIns">
<group id="ContentGroup" label="Content">
<button id="textButton" label="Insert Text"
screentip="Text" onAction="OnTextButton"
supertip="Inserts text at the cursor location."/>
<button id="tableButton" label="Insert Table"
screentip="Table" onAction="OnTableButton"
supertip="Inserts a table at the cursor location."/>
</group>
</tab>
</tabs>
<ribbon>
, sana yeni bir sekme eklemek zorunda düşünüyorum sonra aşağıdaki ekleyin
:
<tab id="YourTab" visible="true" label="Name">
<group id="YourGroup" label="name">
<button onAction="CallAddinsHere();" label="Call add-ins"/>
</group>
</tab>
Özel ile etkileşim kurmak istiyorsanız
Automate Office Ribbon through MSAA (CSOfficeRibbonAccessibility)
Bu http://stackoverflow.com/questions/28673502/add-standard-command-button-new-slide-to-custom-ribbon- ilişkilidir: eklenti kısayol, bir göz in-office-add-in –