UIApplication.Windows Property

Definition

All of the application windows.

public virtual UIKit.UIWindow[] Windows { [Foundation.Export("windows")] get; }
member this.Windows : UIKit.UIWindow[]

Property Value

Attributes

Remarks

Invoking this property will return a list of all the windows created by this application.

Applies to