Persistate API documentation
AddTab Method (parentPaneName, newPaneName)
NamespacesPersistate.UI.DesktopPWindowAddTab(String, String)

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

Adds a new empty named tabbed Pane to a parent Pane.
Declaration Syntax
C#
public void AddTab(
	string parentPaneName,
	string newPaneName
)
Parameters
parentPaneName (String)
The name of the parent Pane to add the new tabbed Pane to.
newPaneName (String)
The name to give to the new added Pane. This must be unique in the PWindow's current Workspace.
Remarks
The parent Pane must either be an empty Pane, or already contain one or more tabbed Panes.

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