Versions Compared

Key

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

...

The EmbedWindow method merges an OpenInsight form into a backstage page. The backstage is the panel that appears when the user clicks the system button. It contains a series of buttons on the left. Some of the buttons are simple commands that fire the OnCommand event when clicked, but some of the buttons display a page. Think of them like tabs, with your custom content filling up the right portion of the backstage.

The first parameter of this method identifies the page to which the form is to be associated. Pages are defined in the XML passed to the Init method, and each page was given a unique key.

...