MonobjcMonobjc Documented Class Library
CanExportSlideshowItemAtIndexToApplication Method (index, applicationBundleIdentifier)
NamespacesMonobjc.QuartzIIKSlideshowDataSourceCanExportSlideshowItemAtIndexToApplication(NSUInteger, NSString)

Reports whether the export button should be enabled for a a slideshow item.

Original signature is '- (BOOL)canExportSlideshowItemAtIndex:(NSUInteger)index toApplication:(NSString *)applicationBundleIdentifier'

Available in Mac OS X v 10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool CanExportSlideshowItemAtIndexToApplication(
	NSUInteger index,
	NSString applicationBundleIdentifier
)
Function CanExportSlideshowItemAtIndexToApplication ( _
	index As NSUInteger, _
	applicationBundleIdentifier As NSString _
) As Boolean
bool CanExportSlideshowItemAtIndexToApplication(
	NSUInteger index, 
	NSString^ applicationBundleIdentifier
)
Parameters
index (NSUInteger)
MISSING
applicationBundleIdentifier (NSString)
MISSING
Return Value
YES if the export button should be enabled for an item; otherwise NO.
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)