Adding Existing Group to Custom Ribbon in Office Word 2010
问题 I am creating a custom add-in ribbon for MS Word 2010. I wanted to know how, if possible, can I add button groups from the other native ribbon tabs to my custom tab without reprogramming/replicating those functions? 回答1: You will have to reference the needed controls using the correct idMso-tag for each control in your customUI xml. A description for how to find the correct idMso for built-in controls can be found at http://msdn.microsoft.com/en-us/library/aa722523%28v=office.12%29 (below "To