Persistate API documentation
MapPane Method (pane, window)
NamespacesPersistate.UI.DesktopPTabContainerMapPane(Pane, PWindow)

[This is preliminary documentation and is subject to change.]

Maps this PTabContainer to a Pane.
Declaration Syntax
C#
public void MapPane(
	Pane pane,
	PWindow window
)
Parameters
pane (Pane)
The Pane to map.
window (PWindow)
The top level PWindow displaying the Workspace.
Remarks

The Pane must have one or more child panes, and these must all be tabbed panes. One tab page is created for each of these child panes.

This method is used by the Persistate infrastructure and you do not normally have to use it.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)