NSViewController.PresentViewControllerAsSheet(NSViewController) Method

Definition

[Foundation.Export("presentViewControllerAsSheet:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PresentViewControllerAsSheet (AppKit.NSViewController viewController);
abstract member PresentViewControllerAsSheet : AppKit.NSViewController -> unit
override this.PresentViewControllerAsSheet : AppKit.NSViewController -> unit

Parameters

viewController
NSViewController
Attributes

Applies to