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

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

Maps this container 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 window displaying the Workspace.
Remarks

The Pane must have three contained panes, and these contained panes must not be tabbed panes. The three panes are mapped to the three 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)