Persistate API documentation
HideWindow Method (window)
NamespacesPersistateUserInterfaceHideWindow(IPWindow)

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

Hides an IPWindow which is currently visible in the user interface.
Declaration Syntax
C#
public abstract void HideWindow(
	IPWindow window
)
Parameters
window (IPWindow)
The IPWindow to hide.
Remarks
If the window has been created but not yet shown, this has no effect. The hidden window can be made visible again using ShowWindow.

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