UIWindow.MakeKeyAndVisible 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.
Makes this UIWindow the key window for the application and makes it visible. (Often the last method called from UIApplicationDelegate.FinishedLaunching.)
[Foundation.Export("makeKeyAndVisible")]
public virtual void MakeKeyAndVisible ();
abstract member MakeKeyAndVisible : unit -> unit
override this.MakeKeyAndVisible : unit -> unit
- Attributes