NSPrintPanel.BeginSheet 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 |
|---|---|
| BeginSheet(NSPrintInfo, NSWindow, Action<NSPrintPanelResult>) | |
| BeginSheet(NSPrintInfo, NSWindow, NSObject, Selector, IntPtr) |
BeginSheet(NSPrintInfo, NSWindow, Action<NSPrintPanelResult>)
[Foundation.Export("beginSheetUsingPrintInfo:onWindow:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void BeginSheet(AppKit.NSPrintInfo printInfo, AppKit.NSWindow parentWindow, Action<AppKit.NSPrintPanelResult>? handler);
[<Foundation.Export("beginSheetUsingPrintInfo:onWindow:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginSheet : AppKit.NSPrintInfo * AppKit.NSWindow * Action<AppKit.NSPrintPanelResult> -> unit
override this.BeginSheet : AppKit.NSPrintInfo * AppKit.NSWindow * Action<AppKit.NSPrintPanelResult> -> unit
Parameters
- printInfo
- NSPrintInfo
- parentWindow
- NSWindow
- handler
- Action<NSPrintPanelResult>
- Attributes
Applies to
BeginSheet(NSPrintInfo, NSWindow, NSObject, Selector, IntPtr)
[Foundation.Export("beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void BeginSheet(AppKit.NSPrintInfo printInfo, AppKit.NSWindow docWindow, Foundation.NSObject? del, ObjCRuntime.Selector? didEndSelector, IntPtr contextInfo);
[<Foundation.Export("beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginSheet : AppKit.NSPrintInfo * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
override this.BeginSheet : AppKit.NSPrintInfo * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
Parameters
- printInfo
- NSPrintInfo
- docWindow
- NSWindow
- del
- NSObject
- didEndSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- Attributes