Persistate API documentation
SplitPane Method (originalPaneName, emptyPaneType)
NamespacesPersistateIPWindowSplitPane(String, PaneType)

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

Replaces a Pane contents with two new panes arranged horizontally or vertically.
Declaration Syntax
C#
string SplitPane(
	string originalPaneName,
	PaneType emptyPaneType
)
Parameters
originalPaneName (String)
The name of an existing Pane in the IPWindow's current Workspace.
emptyPaneType (PaneType)
The type of the Pane which will be the empty one of the two new Panes. This also determines the orientation of the panes.
Return Value
The name assigned automatically to the new empty Pane.
Remarks

The contents of the original Pane is placed in one of the new panes, and the other Pane remains empty. The orientation of the two panes and which Pane will be empty is determined by the supplied PaneType.

The original Pane must be Splittable, otherwise an exception is thrown. New names are assigned automatically for the new panes. The original Pane still exists and becomes the parent Pane of the two new Panes.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)