Returns the group at the specified index.
Original signature is '- (NSDictionary *) imageBrowser:(IKImageBrowserView *) aBrowser groupAtIndex:(NSUInteger) index'
Available in Mac OS X v10.5 and later.

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

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

A dictionary that defines the group. The keys in this dictionary can be any of the following constants: IKImageBrowserGroupStyle, IKImageBrowserGroupBackgroundColorKey, IKImageBrowserGroupTitleKey, and IKImageBrowserGroupRangeKey. For more information on these constants, see IKImageBrowserView Class Reference.

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