control
the generic control type whenever you want to add a built-in control to a custom group.
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="CustomTab" label="My Tab">
<group id="Group1" label="MyGroup">
<control idMso="Paste" size="large" />
<control idMso="Copy" size="large" />
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Attributes (properties)
enabled | "true" | "false" | |
id | ||
idMso | ||
keytip | ||
label | ||
screentip | ||
showImage | "true" | "false" | |
showLabel | "true" | "false" | |
size | ||
supertip | ||
tag | ||
visible | "true" | "false" |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext