Share via


NSPopUpButton.RemoveItem Method

Definition

Overloads

RemoveItem(String)

[Foundation.Export("removeItemWithTitle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveItem(string title);
[<Foundation.Export("removeItemWithTitle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveItem : string -> unit
override this.RemoveItem : string -> unit

Parameters

title
String
Attributes

Applies to

RemoveItem(IntPtr)

[Foundation.Export("removeItemAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveItem(IntPtr index);
[<Foundation.Export("removeItemAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveItem : nativeint -> unit
override this.RemoveItem : nativeint -> unit

Parameters

index
IntPtr

nativeint

Attributes

Applies to