Introduction
TabDialog switches between displaying different elements based on the selected tab

Fields#
| Name | Description |
|---|---|
| Template | Template used for creating tabs |
Properties#
| Name | Description |
|---|---|
| selectedIndex | Get/Set currently selected tab |
Methods#
| Name | Description |
|---|---|
| AddTab | Add a new tab |
| NextTab | Activate the next tab |
| PreviousTab | Activate the previous tab |
| RebuildTabs | Rebuild tabs from the template |
| RefreshTab | Refresh a tab |
| RemoveTabAt | Remove a tab |
| UpdateTab | Update the data for a tab |