MonobjcMonobjc Documented Class Library
ReloadSlideshowItemAtIndex Method (index)
NamespacesMonobjc.QuartzIKSlideshowReloadSlideshowItemAtIndex(NSUInteger)

Reloads the data for a slideshow, starting at the specified index.

Original signature is '- (void)reloadSlideshowItemAtIndex:(NSUInteger)index'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReloadSlideshowItemAtIndex(
	NSUInteger index
)
Public Overridable Sub ReloadSlideshowItemAtIndex ( _
	index As NSUInteger _
)
public:
virtual void ReloadSlideshowItemAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
The index that species where to reload the slideshow data.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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