MonobjcMonobjc Documented Class Library
SharedPreviewPanel Property
NamespacesMonobjc.QuartzQLPreviewPanelSharedPreviewPanel

Returns the shared Quick Look preview panel instance.

Original signature is '+ (QLPreviewPanel *)sharedPreviewPanel'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static QLPreviewPanel SharedPreviewPanel { get; }
Public Shared ReadOnly Property SharedPreviewPanel As QLPreviewPanel
	Get
public:
static property QLPreviewPanel^ SharedPreviewPanel {
	QLPreviewPanel^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)