Persistate API documentation
RemovePane Method (paneName)
NamespacesPersistateIPWindowRemovePane(String)

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

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

The Pane must be defined as closable in the workspace definition, or created as closable. Tabbed panes created using the AddTab method or manually in the user interface are always closable. If the removed Pane was the last Tab Pane in the containing parent Pane, then the parent Pane becomes empty.

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