PDEPanel.GetPanelView Method

Definition

Returns the panel's NSView to be embedded into the print or page setup dialog.

[Foundation.Export("panelView")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSView? GetPanelView();
[<Foundation.Export("panelView")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPanelView : unit -> AppKit.NSView
override this.GetPanelView : unit -> AppKit.NSView

Returns

The NSView for this panel, or null if no view is available.

Implements

Attributes

Applies to