Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ElementDescriptionVersion IntroducedPro Version Introduced
<Backstage>The list of buttons and pages in the popup that appears when the user clicks the system button.1.03.2

Child Elements

The following elements can be children of this one.

ElementDescriptionAppearsVersion IntroducedPro Version Introduced
<Command>A single command that is associated to one or more buttons on the ribbon.Exactly once1.03.2

Attributes

This element supports the following attributes:

AttributeDescriptionVersion IntroducedPro Version Introduced
CommandThe command associated with this page's button1.03.2
KeyThe unique identifier of the page. (Required)1.03.2

Command

The Command attribute lets you associate an existing command with this page's button. Every page has a button automatically added to the left of the backstage, and associated it to a command is the only way to set it's icon, caption, etc. If you omit this attribute, then you need to include a child <Command> element within the page element.

...