Share via


NSApplication.EndSheet Method

Definition

Overloads

EndSheet(NSWindow)

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

Parameters

sheet
NSWindow
Attributes

Applies to

EndSheet(NSWindow, IntPtr)

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

Parameters

sheet
NSWindow
returnCode
IntPtr

nativeint

Attributes

Applies to