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.
MinimizedbooleanGets the panel containers's Minimized status in the current context.
ShellFrameIShellFrameReturns a reference to the IShellFrame which owns this IShellPaneContainer.
SizenumberGets the panel containers's size in the current context.
VisiblebooleanGets or returns the panel container's visibility status in the current context.

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.