1
1
---
2
2
title : CustomTab element in the manifest file
3
3
description : On the ribbon, you specify which tab and group for their add-in commands.
4
- ms.date : 01/28 /2025
4
+ ms.date : 06/10 /2025
5
5
ms.localizationpriority : medium
6
6
---
7
7
@@ -134,10 +134,10 @@ For more information, see [Version overrides in the add-in only manifest](/offic
134
134
The following markup example adds the Office Paragraph control group to a custom tab and positions it to appear just after a custom group.
135
135
136
136
``` xml
137
- <ExtensionPoint xsi : type =" ContosoRibbonTab " >
137
+ <ExtensionPoint xsi : type =" PrimaryCommandSurface " >
138
138
<CustomTab id =" Contoso.TabCustom" >
139
139
<Group id =" Contoso.TabCustom1.group1" >
140
- <!-- additional markup omitted -->
140
+ <!-- Additional markup omitted. -->
141
141
</Group >
142
142
<OfficeGroup id =" Paragraph" />
143
143
<Label resid =" customTabLabel1" />
@@ -148,7 +148,7 @@ The following markup example adds the Office Paragraph control group to a custom
148
148
The following markup example adds the Office Superscript control to a custom group and positions it to appear just after a custom button.
149
149
150
150
``` xml
151
- <ExtensionPoint xsi : type =" ContosoRibbonTab " >
151
+ <ExtensionPoint xsi : type =" PrimaryCommandSurface " >
152
152
<CustomTab id =" Contoso.TabCustom" >
153
153
<Group id =" Contoso.TabCustom2.group2" >
154
154
<Label resid =" residCustomTabGroupLabel" />
@@ -158,10 +158,10 @@ The following markup example adds the Office Superscript control to a custom gro
158
158
<bt : Image size =" 80" resid =" blue-icon-80" />
159
159
</Icon >
160
160
<Control xsi : type =" Button" id =" Contoso.Button2" >
161
- <!-- information on the control omitted -->
161
+ <!-- Information on the control omitted. -->
162
162
</Control >
163
163
<OfficeControl id =" Superscript" />
164
- <!-- other controls, as needed -->
164
+ <!-- Other controls, as needed. -->
165
165
</Group >
166
166
<Label resid =" customTabLabel1" />
167
167
</CustomTab >
0 commit comments