Persistate API documentation
Windows Property
NamespacesPersistate.UI.DesktopDesktopUserInterfaceWindows

[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 override ICollection<IPWindow> Windows { get; }
Remarks
The collection contains all windows whether or not they are visible in the user interface. The collection contains non modal and modal windows. The returned collection is a copy of the actual collection so can be safely used for iteration.

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