NSWindow.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
| Name | Description |
|---|---|
| EndSheet(NSWindow) | |
| EndSheet(NSWindow, NSModalResponse) |
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