Persistate API documentation
WindowNumber Method (window)
NamespacesPersistateUserInterfaceWindowNumber(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 abstract int WindowNumber(
	IPWindow window
)
Parameters
window (IPWindow)
The IPWindow to find the index for.
Return Value
The index for the given window.
Remarks
Since a window's element in the Windows list is replaced with null when the window is closed, this will always return the same value for any particular window.

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