PDEPanel.GetPanelView 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.
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