Versions Compared

Key

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

...

ElementDescriptionVersion IntroducedPro Version Introduced
<Control>The root element for the SRP Ribbon Control.1.03.2

...

ElementDescriptionAppearsVersion IntroducedPro Version Introduced
<Button>A button control associated with a command.Zero or more1.03.2
<Page>A page in the Backstage.One or more1.03.2

...

The Backstage element defines the popup that appears when the user clicks the system button. This popup fills the entire area of the form. The left side of the backstage contains the buttons you've created while the right side contains pages. Buttons, when clicked, simply close the backstage and fire thethe OnCommand event. Pages, when clicked, display a page you've create. See the <Page> element for details on how to create a page.

...