Search code examples
c#visual-studio-2010ribbon

Visual Studio 2010 Office Ribbon Addon


I have two separate office add-ons which I would like to be displayed on the same ribbon tab. These projects are separate and I cannot combine them into one solution. Currently if I set the controlId of both add-ons to the same value and also the Label for the tab to the same value they appear as two separate tabs but with the same name.


Solution

  • I have solved this by setting the ControlId to 'Office' and set the same '(Name)' and 'Label' in both applications. This way they both appear on the same tab. This is all achieved from the designer. I admit XML is better, but these are both existing add ons which I am not prepared to convert to XML.