| 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
Syntaxpublic IEnumerable<Window> Windows { get; }Public ReadOnly Property Windows As IEnumerable(Of Window)
	Get
member Windows : IEnumerable<Window> with get
Property Value
Type: 
IEnumerableWindowThe enumeration of open windows.
 See Also
See Also