MonobjcMonobjc Documented Class Library
RemoveItemWithObjectValue Method (anObject)
NamespacesMonobjc.AppKitNSComboBoxCellRemoveItemWithObjectValue(Id)

Removes all occurrences of the specified object from the receiver’s internal item list.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveItemWithObjectValue(
	Id anObject
)
Public Overridable Sub RemoveItemWithObjectValue ( _
	anObject As Id _
)
public:
virtual void RemoveItemWithObjectValue(
	Id^ anObject
)
Parameters
anObject (Id)
The object to remove from the receiver's internal item list. Objects are considered equal if they have the same id or if isEqual: returns YES.
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)