Returns the ToolbarTab at the specified ID.
"toolbarTabs_var" is a variable referencing a ToolbarTabs object. |
"toolbarTabs_var" is a variable referencing a ToolbarTabs object. |
| Type | Description |
| ToolbarTab | Returns the ToolbarTab of the specified id or null if no tab has the specified id. |
| Name | Type | Description |
| id | string | The Id of the tab within the collection to return. |
| 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. |