Share via


UIWindow.IsKeyWindow Property

Definition

Whether this UIWindow is the key window for the app.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsKeyWindow { [Foundation.Export("isKeyWindow")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isKeyWindow")>]
member this.IsKeyWindow : bool

Property Value

Attributes

Applies to