MonobjcMonobjc Documented Class Library
AddItemWithObjectValue Method (anObject)
NamespacesMonobjc.AppKitNSComboBoxAddItemWithObjectValue(Id)

Adds an object to the end of the receiver’s internal item list.

Original signature is '- (void)addItemWithObjectValue:(id)anObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddItemWithObjectValue(
	Id anObject
)
Public Overridable Sub AddItemWithObjectValue ( _
	anObject As Id _
)
public:
virtual void AddItemWithObjectValue(
	Id^ anObject
)
Parameters
anObject (Id)
The object to add to the 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)