Persistate API documentation
RemovePane Method (paneName)
NamespacesPersistate.UI.DesktopPWindowRemovePane(String)

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

Removes a tabbed Pane.
Declaration Syntax
C#
public void RemovePane(
	string paneName
)
Parameters
paneName (String)
The name of an existing tabbed Pane in the PWindow's current Workspace.
Remarks

The Pane need not be defined as closable, as this affects only the ability of the user to close the Pane in the user interface. If the removed Pane was the last Tab Pane in the containing parent Pane, then the parent Pane becomes empty.

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