Skip to main content

IShellPaneContainer

Represents an area of the screen which is reserved for displaying the dashboards. Usually a property of IShellFrame

Properties

NameTypeDescription
AvailablebooleanReturns a True / False if the panel is available.
EventsIShellPaneContainerEventsReturns the event registering interface for theIShellPaneContainer interface.
Minimizedboolean
ShellFrameIShellFrameReturns a reference to the IShellFrame which owns this IShellPaneContainer.
Sizenumber
Visibleboolean

Methods

NameDescription
AddTabCreates a new tab and adds it to the collection of tabs.
GetSelectedTabsGets the selected (active) tabs.
GetTabGets the tab with the specified tab id.

Events

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