UIKit.UIApplication.KeyWindow Property
Returns the application's key window - the window that is currently displayed and receives user input

Syntax

[get: Foundation.Export("keyWindow")]
public virtual UIWindow KeyWindow { get; }

Value

Remarks

The key window is the currently visible window that is also the one that receives user input. The key window in turn will route input events to the UIKit.UIViewController that is defined in set in the UIWindows.RootViewController property.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0