Click or drag to resize

ApplicationWindows Property

Gets an enumeration of windows currently open in the application.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IEnumerable<Window> Windows { get; }

Property Value

Type: IEnumerableWindow
The enumeration of open windows.
See Also