MonobjcMonobjc Documented Class Library
ComboBoxObjectValueForItemAtIndex Method (aComboBox, index)
NamespacesMonobjc.AppKitINSComboBoxDataSourceComboBoxObjectValueForItemAtIndex(NSComboBox, NSInteger)

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

Original signature is '- (id)comboBox:(NSComboBox *)aComboBox objectValueForItemAtIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id ComboBoxObjectValueForItemAtIndex(
	NSComboBox aComboBox,
	NSInteger index
)
Function ComboBoxObjectValueForItemAtIndex ( _
	aComboBox As NSComboBox, _
	index As NSInteger _
) As Id
Id^ ComboBoxObjectValueForItemAtIndex(
	NSComboBox^ aComboBox, 
	NSInteger index
)
Parameters
aComboBox (NSComboBox)
The combo box.
index (NSInteger)
The index of the item to return.
Return Value
The object corresponding to the specified index number.
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)