NSApplication.EndSheet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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