Persistate API documentation
AddTab Method (parentPaneName)
NamespacesPersistateIPWindowAddTab(String)

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

Adds a new empty tabbed Pane with an automatically generated name to a parent Pane.
Declaration Syntax
C#
string AddTab(
	string parentPaneName
)
Parameters
parentPaneName (String)
The name of the parent Pane to add a new tabbed Pane to.
Return Value
A unique generated name for the new Pane.
Remarks
The parent Pane must either be an empty Pane, or already contain one or more tabbed Panes.

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