MonobjcMonobjc Documented Class Library
CellForItemAtIndex Method (index)
NamespacesMonobjc.QuartzIKImageBrowserViewCellForItemAtIndex(NSUInteger)

Returns the browser cell for the item at the specified index.

Original signature is '- (IKImageBrowserCell *)cellForItemAtIndex:(NSUInteger)index'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IKImageBrowserCell CellForItemAtIndex(
	NSUInteger index
)
Public Overridable Function CellForItemAtIndex ( _
	index As NSUInteger _
) As IKImageBrowserCell
public:
virtual IKImageBrowserCell^ CellForItemAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
The index.
Return Value
The browser cell at the specified index.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)