Share via


NSWindow.EndSheet Method

Definition

Overloads

EndSheet(NSWindow)

[Foundation.Export("endSheet:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EndSheet(AppKit.NSWindow sheetWindow);
[<Foundation.Export("endSheet:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EndSheet : AppKit.NSWindow -> unit
override this.EndSheet : AppKit.NSWindow -> unit

Parameters

sheetWindow
NSWindow
Attributes

Applies to

EndSheet(NSWindow, NSModalResponse)

[Foundation.Export("endSheet:returnCode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EndSheet(AppKit.NSWindow sheetWindow, AppKit.NSModalResponse returnCode);
[<Foundation.Export("endSheet:returnCode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EndSheet : AppKit.NSWindow * AppKit.NSModalResponse -> unit
override this.EndSheet : AppKit.NSWindow * AppKit.NSModalResponse -> unit

Parameters

sheetWindow
NSWindow
returnCode
NSModalResponse
Attributes

Applies to