MonobjcMonobjc Documented Class Library
ImageBrowserGroupAtIndex Method (aBrowser, index)
NamespacesMonobjc.QuartzIIKImageBrowserDataSourceImageBrowserGroupAtIndex(IKImageBrowserView, NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual C++
NSDictionary ImageBrowserGroupAtIndex(
	IKImageBrowserView aBrowser,
	NSUInteger index
)
Function ImageBrowserGroupAtIndex ( _
	aBrowser As IKImageBrowserView, _
	index As NSUInteger _
) As NSDictionary
NSDictionary^ ImageBrowserGroupAtIndex(
	IKImageBrowserView^ aBrowser, 
	NSUInteger index
)
Parameters
aBrowser (IKImageBrowserView)
An image browser view.
index (NSUInteger)
The index of the group you want to retrieve.
Return Value
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.
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)