Persistate API documentation
GetWindow Method (windowNumber)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceGetWindow(Int32)

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

Obtains the IPWindow in the user interface with a particular window number.
Declaration Syntax
C#
public override IPWindow GetWindow(
	int windowNumber
)
Parameters
windowNumber (Int32)
The number of the desired window.
Return Value
The IPWindow with the given number, or null if no window with that number exists.

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