Skip to main content

IShellPaneTab

Tabs can be accessed using IShellPaneContainer methods like AddTab or GetTab. Usually Tab is used to open a Dashboard

Properties

NameTypeDescription
EventsIEvents
IsBuiltInboolean
Selectedboolean
TabIdstring
Titlestring
Visibleboolean

Methods

NameDescription
RemoveRemoves the tab.
SelectRequests the tab to be selected.
SetVisibleSet the tab visibility
ShowDashboardShows the specified dashboard in the tab.
ShowEmptyContentClears the tab content area.
UnselectRequests the tab to be unselected.

Events

EventDescriptionArguments
StartedSent when the object turns to started state.
StopSent before the object is stopped.