NSApplication.EndSheet Method

Definition

Overloads

EndSheet(NSWindow)
EndSheet(NSWindow, nint)

EndSheet(NSWindow)

[Foundation.Export("endSheet:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use NSWindow.EndSheet instead.")]
public virtual void EndSheet (AppKit.NSWindow sheet);
abstract member EndSheet : AppKit.NSWindow -> unit
override this.EndSheet : AppKit.NSWindow -> unit

Parameters

sheet
NSWindow
Attributes

Applies to

EndSheet(NSWindow, nint)

[Foundation.Export("endSheet:returnCode:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndSheet (AppKit.NSWindow sheet, nint returnCode);
abstract member EndSheet : AppKit.NSWindow * nint -> unit
override this.EndSheet : AppKit.NSWindow * nint -> unit

Parameters

sheet
NSWindow
returnCode
System.System.IntPtr System.nativeint
Attributes

Applies to