IShellPaneTab
Tabs can be accessed using IShellPaneContainer methods like AddTab or GetTab. Usually Tab is used to
open a Dashboard
Properties
| Name | Type | Description |
|---|
| Events | IShellPaneTabEvents | Returns event registering object for IShellPaneTab Interface - getter. |
| IsBuiltIn | boolean | Resolves if the tab is a built-in tab - getter. |
| Selected | boolean | Gets the tab selection state - getter. |
| TabId | string | Gets the tab id - getter. |
| Title | string | Gets the tab title - getter. |
Methods
Events
| Event | Description | Arguments |
|---|
| Started | Sent when the object turns to started state. | |
| Stop | Sent before the object is stopped. | |