UIWindow.ResignKeyWindow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
App developers must not call this method, which is called by the system when the UIWindow resigns its status as key window.
[Foundation.Export("resignKeyWindow")]
public virtual void ResignKeyWindow ();
abstract member ResignKeyWindow : unit -> unit
override this.ResignKeyWindow : unit -> unit
- Attributes