MonobjcMonobjc Documented Class Library
ComboBoxCellObjectValueForItemAtIndex Method (aComboBoxCell, index)
NamespacesMonobjc.AppKitINSComboBoxCellDataSourceComboBoxCellObjectValueForItemAtIndex(NSComboBoxCell, NSInteger)

Returns the object that corresponds to the item at the given index in the combo box cell.

Original signature is '- (id)comboBoxCell:(NSComboBoxCell *)aComboBoxCell objectValueForItemAtIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id ComboBoxCellObjectValueForItemAtIndex(
	NSComboBoxCell aComboBoxCell,
	NSInteger index
)
Function ComboBoxCellObjectValueForItemAtIndex ( _
	aComboBoxCell As NSComboBoxCell, _
	index As NSInteger _
) As Id
Id^ ComboBoxCellObjectValueForItemAtIndex(
	NSComboBoxCell^ aComboBoxCell, 
	NSInteger index
)
Parameters
aComboBoxCell (NSComboBoxCell)
The combo box cell for which to return the item.
index (NSInteger)
The index of the item to return.
Return Value
The object corresponding to the item at the specified index in the given combo box cell.
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.AppKit (Module: Monobjc.AppKit)