Versions Compared

Key

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

The root element for XML passed to AddTabs.

Child Elements

The following elements can be children of this one.

ElementDescriptionAppearsVersion IntroducedPro Version Introduced
<Tab>The tabs to be added.Zero or more1.03.2

Remarks

The AddTabs element is the root element when calling the AddTabs method. It does not matter where you got the XML snippet so long as there is a root element called AddTabs.

Inside this element, you can only have <Tab> elements. Every tab element is treated just like new tabs passed to the Init method. You can include new groups and controls within these new tabs as well.

Example

In the following example, we are adding two new tabs. The first tab shows how you might support add-ons in your application, allowing you to modularize extra features. The second tab shows how you might implement a tab that the user can customize with their favorite actions.

...