NSAlert.RunSheetModal 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
RunSheetModal(NSWindow) | |
RunSheetModal(NSWindow, NSApplication) |
RunSheetModal(NSWindow)
public nint RunSheetModal (AppKit.NSWindow window);
member this.RunSheetModal : AppKit.NSWindow -> nint
Parameters
- window
- NSWindow
Returns
System.System.IntPtr
System.nativeint
Applies to
RunSheetModal(NSWindow, NSApplication)
public nint RunSheetModal (AppKit.NSWindow window, AppKit.NSApplication application);
member this.RunSheetModal : AppKit.NSWindow * AppKit.NSApplication -> nint
Parameters
- window
- NSWindow
- application
- NSApplication
Returns
System.System.IntPtr
System.nativeint