Share via


NSViewController.PresentViewControllerAsSheet(NSViewController) Method

Definition

[Foundation.Export("presentViewControllerAsSheet:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PresentViewControllerAsSheet(AppKit.NSViewController viewController);
[<Foundation.Export("presentViewControllerAsSheet:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentViewControllerAsSheet : AppKit.NSViewController -> unit
override this.PresentViewControllerAsSheet : AppKit.NSViewController -> unit

Parameters

viewController
NSViewController
Attributes

Applies to