MonobjcMonobjc Documented Class Library
CurrentPreviewItemIndex Property
NamespacesMonobjc.QuartzQLPreviewPanelCurrentPreviewItemIndex

The index of the current preview item.

Original signature is '@property NSInteger currentPreviewItemIndex'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger CurrentPreviewItemIndex { get; set; }
Public Overridable Property CurrentPreviewItemIndex As NSInteger
	Get
	Set
public:
virtual property NSInteger CurrentPreviewItemIndex {
	NSInteger get ();
	void set (NSInteger value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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