NSPopUpButton.RemoveItem Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveItem(String)
[Foundation.Export("removeItemWithTitle:")]
public virtual void RemoveItem(string title);abstract member RemoveItem : string -> unit
override this.RemoveItem : string -> unitParameters
- title
- String
- Attributes
Applies to
RemoveItem(nint)
[Foundation.Export("removeItemAtIndex:")]
public virtual void RemoveItem(nint index);abstract member RemoveItem : nint -> unit
override this.RemoveItem : nint -> unitParameters
- index
- System.System.IntPtr System.nativeint
- Attributes