Returns an object for the item in an image browser view that corresponds to the specified index.
Original signature is '- (id) imageBrowser:(IKImageBrowserView *) aBrowser itemAtIndex:(NSUInteger)index'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
Id ImageBrowserItemAtIndex( IKImageBrowserView aBrowser, NSUInteger index )
Function ImageBrowserItemAtIndex ( _ aBrowser As IKImageBrowserView, _ index As NSUInteger _ ) As Id
Id^ ImageBrowserItemAtIndex( IKImageBrowserView^ aBrowser, NSUInteger index )

- aBrowser (IKImageBrowserView)
- An image browser view.
- index (NSUInteger)
- The index of the item you want to retrieve.

An IKImageBrowserItem object.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)