Persistate API documentation
Show Method (toShow, layout, paneName)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceShow(IClassified, Layout, String)

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

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

The object is displayed non-modally in the IPWindow returned by MainWindow.

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.

Exceptions
ExceptionCondition
InvalidOperationExceptionNo IPWindow has yet been displayed.

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