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

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

Maps this PSplitContainer 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 two contained panes, and these contained panes must not be tabbed panes. The two panes are mapped to the two Panels in this container.

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)