Element |
Description |
Element’s Attributes |
<Category> |
Defines the new ribbon tab in which the new ribbon command should be placed. If no Category tag is specified, the new ribbon command is placed in the Tools tab. |
id – Uniquely identifies the ribbon tab. caption – Name of the new ribbon tab.- |
<Panel> |
Defines the ribbon group in which the new ribbon command should be placed. If this group does not yet exist, it is created. If no Panel tag is specified, the new ribbon command is placed in a default Tools group. |
id - Uniquely identifies the ribbon group. caption –Name of the ribbon group as it should be displayed on the ribbon. |
<Submenu> |
Defines a drop-down menu for the ribbon command. |
See: “<Submenu>” below. |
<ToolTip> |
Defines a tooltip that is displayed when placing the mouse cursor over the ribbon command. |
title – Title of the tooltip. description – Text of the tooltip. |