Share via


NSComboBox.Remove(NSObject) Method

Definition

[Foundation.Export("removeItemWithObjectValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(Foundation.NSObject object1);
[<Foundation.Export("removeItemWithObjectValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Remove : Foundation.NSObject -> unit
override this.Remove : Foundation.NSObject -> unit

Parameters

object1
NSObject
Attributes

Applies to