Persistate API documentation
Windows Property
NamespacesPersistateUserInterfaceWindows

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

Gets a collection of all IPWindows that have been created in the user interface.
Declaration Syntax
C#
public abstract ICollection<IPWindow> Windows { get; }
Remarks
The collection contains all windows whether or not they are visible in the user interface. The collection contains only windows created using an overload of the CreateWindow method.

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