Вопрос

I've created an office add in with a custom ribbon. All works as expected i.e. I see my controls in the tab I create, until I install another 3rd party add-in which gets installed in the same tab. Is there any way to ensure my add in doesn't share it's tab with other add ins?

Thanks in adv!

Это было полезно?

Решение

I fixed it by doing the following:

  • In VS, select the XYZRibbon.cs
  • Select the default tab
  • In the properties window, expand ControlId
  • Set ControlIdType to "Custom"

After that, I redeployed and my add-in had a tab to itself.

Hth

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top