Persistate API documentation
ShowWindow Method (window, title)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceShowWindow(IPWindow, String)

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

Makes an IPWindow visible in the user interface, setting its title.
Declaration Syntax
C#
public override void ShowWindow(
	IPWindow window,
	string title
)
Parameters
window (IPWindow)
The IPWindow to display.
title (String)
The title to give to the shown window.

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