Persistate API documentation
CloseWindow Method (window)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceCloseWindow(IPWindow)

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

Closes an IPWindow in the user interface, releasing all resources.
Declaration Syntax
C#
public override void CloseWindow(
	IPWindow window
)
Parameters
window (IPWindow)
The IPWindow to close.
Remarks
This can be called on any created IPWindow, whether or not it is currently visible. In all cases, the window is closed if it is showing and all resources are released. It cannot be reshown after being closed.

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