Persistate API documentation
Show Method (toShow, paneName)
NamespacesPersistateIPWindowShow(IClassified, String)

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

Displays an object or collection using the default Layout, and in a particular named Pane.
Declaration Syntax
C#
void Show(
	IClassified toShow,
	string paneName
)
Parameters
toShow (IClassified)
The object or collection to display to the user.
paneName (String)
The name of the Pane in which to display the object or collection.
Remarks

If the object is already displayed with the default Layout, then it is not displayed again. The user interface attempts to focus the object where it is currently displayed.

An exception may be generated if no Layout could be found to display the object.

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