79650797

Date: 2025-06-03 07:34:16
Score: 0.5
Natty:
Report link

I also needed a Custom Tab in the Ribbons Tab along with Home, Insert, Layout, etc. What i did was use this syntax:

<ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="CustomTab">
              <Group id="CommandsGroup">
                // Code 
              </Group>
              <Label resid="CustomTab.Label" />
            </CustomTab>
</ExtensionPoint>

If i put the CustomTab Label Tag above Group Tag it gives me a syntax error , but if i put it below it gives me a valid manifest file and its showing the tab.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mahad Ahmed