Persistate API documentation
WindowNumber Method (window)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceWindowNumber(IPWindow)

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

Obtains the index within the list returned by the Windows property for a particular window.
Declaration Syntax
C#
public override int WindowNumber(
	IPWindow window
)
Parameters
window (IPWindow)
The IPWindow to find the index for.
Return Value
The index for the given window.
Remarks
This will always return the same value for any particular window.
Exceptions
ExceptionCondition
ArgumentExceptionThe supplied window does not belong to this user interface

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