MonobjcMonobjc Documented Class Library
ItemObjectValueAtIndex Method (index)
NamespacesMonobjc.AppKitNSComboBoxCellItemObjectValueAtIndex(NSInteger)

Returns the object located at the specified location in the internal item list.

Original signature is '- (id)itemObjectValueAtIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ItemObjectValueAtIndex(
	NSInteger index
)
Public Overridable Function ItemObjectValueAtIndex ( _
	index As NSInteger _
) As Id
public:
virtual Id^ ItemObjectValueAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
The index of the object to return. If index is beyond the end of the list, an NSRangeException is raised.
Return Value
The object at the given location in the receiver's internal item list.
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)