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.

C# | Visual Basic | Visual C++ |
Id ComboBoxObjectValueForItemAtIndex( NSComboBox aComboBox, NSInteger index )
Function ComboBoxObjectValueForItemAtIndex ( _ aComboBox As NSComboBox, _ index As NSInteger _ ) As Id
Id^ ComboBoxObjectValueForItemAtIndex( NSComboBox^ aComboBox, NSInteger index )

- aComboBox (NSComboBox)
- The combo box.
- index (NSInteger)
- The index of the item to return.

The object corresponding to the specified index number.

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