Creates a new ToolbarTab. The tab is initially empty. This method appends the tab to the end of the collection.
"toolbarTabs_var" is a variable referencing a ToolbarTabs object. |
"toolbarTabs_var" is a variable referencing a ToolbarTabs object. |
| Type | Description |
| ToolbarTab | Returns the newly created tab or null in the case the creation failed. |
| Name | Type | Description |
| id | string | The unique id for this tab. The id must be unique with respect to all of the tabs. |
| name | string | The displayed name of this tab. This is the name visible in the user interface. |
| Name | Description |
| Customizing the UI using the API Sample | Demonstrates how to work with tabs, panels, and command in the user interface. The full source for C++ and Python samples can be downloaded. This is especially useful for getting the resource files. |