IShellPaneContainer
Represents an area of the screen which is reserved for displaying the dashboards. Usually a property of IShellFrame
Properties
Name | Type | Description |
---|
Available | boolean | Returns a True / False if the panel is available. |
Events | IShellPaneContainerEvents | Returns the event registering interface for theIShellPaneContainer interface. |
Minimized | boolean | |
ShellFrame | IShellFrame | Returns a reference to the IShellFrame which owns this IShellPaneContainer. |
Size | number | |
Visible | boolean | |
Methods
Name | Description |
---|
AddTab | Creates a new tab and adds it to the collection of tabs. |
GetSelectedTabs | Gets the selected (active) tabs. |
GetTab | Gets the tab with the specified tab id. |
Events
Event | Description | Arguments |
---|
Stop | Sent when the object turns to stopped state. | |
Started | Sent when the object turns to started state. | |