MonobjcMonobjc Documented Class Library
ImageBrowserMoveItemsAtIndexesToIndex Method (aBrowser, indexes, destinationIndex)
NamespacesMonobjc.QuartzIIKImageBrowserDataSourceImageBrowserMoveItemsAtIndexesToIndex(IKImageBrowserView, NSIndexSet, NSUInteger)

Signals that the specified items should be moved to the specified destination.

Original signature is '- (BOOL) imageBrowser:(IKImageBrowserView *) aBrowser moveItemsAtIndexes: (NSIndexSet *)indexes toIndex:(NSUInteger)destinationIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool ImageBrowserMoveItemsAtIndexesToIndex(
	IKImageBrowserView aBrowser,
	NSIndexSet indexes,
	NSUInteger destinationIndex
)
Function ImageBrowserMoveItemsAtIndexesToIndex ( _
	aBrowser As IKImageBrowserView, _
	indexes As NSIndexSet, _
	destinationIndex As NSUInteger _
) As Boolean
bool ImageBrowserMoveItemsAtIndexesToIndex(
	IKImageBrowserView^ aBrowser, 
	NSIndexSet^ indexes, 
	NSUInteger destinationIndex
)
Parameters
aBrowser (IKImageBrowserView)
An image browser view.
indexes (NSIndexSet)
The indexes of the items that should be reordered.
destinationIndex (NSUInteger)
The starting index of the destination the items should be moved to.
Return Value
YES if successful; NO otherwise.
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)