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 | IEvents | |
IsBuiltIn | boolean | |
Selected | boolean | |
TabId | string | |
Title | string | |
Visible | boolean |
Methods
Name | Description |
---|---|
Remove | Removes the tab. |
Select | Requests the tab to be selected. |
SetVisible | Set the tab visibility |
ShowDashboard | Shows the specified dashboard in the tab. |
ShowEmptyContent | Clears the tab content area. |
Unselect | Requests the tab to be unselected. |
Events
Event | Description | Arguments |
---|---|---|
Started | Sent when the object turns to started state. | |
Stop | Sent before the object is stopped. |