QLPreviewPanel Constructors

Definition

Overloads

QLPreviewPanel()
QLPreviewPanel(NSCoder)
QLPreviewPanel(NSObjectFlag)
QLPreviewPanel(IntPtr)

QLPreviewPanel()

[Foundation.Export("init")]
public QLPreviewPanel ();
Attributes

Applies to

QLPreviewPanel(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public QLPreviewPanel (Foundation.NSCoder coder);
new QuickLookUI.QLPreviewPanel : Foundation.NSCoder -> QuickLookUI.QLPreviewPanel

Parameters

coder
NSCoder
Attributes

Applies to

QLPreviewPanel(NSObjectFlag)

protected QLPreviewPanel (Foundation.NSObjectFlag t);
new QuickLookUI.QLPreviewPanel : Foundation.NSObjectFlag -> QuickLookUI.QLPreviewPanel

Parameters

Applies to

QLPreviewPanel(IntPtr)

protected internal QLPreviewPanel (IntPtr handle);
new QuickLookUI.QLPreviewPanel : nativeint -> QuickLookUI.QLPreviewPanel

Parameters

handle
IntPtr

nativeint

Applies to