NSComboBoxCell.Add Method

Definition

Overloads

Add(NSObject)
Add(NSObject[])

Add(NSObject)

[Foundation.Export("addItemWithObjectValue:")]
public virtual void Add (Foundation.NSObject object1);
abstract member Add : Foundation.NSObject -> unit
override this.Add : Foundation.NSObject -> unit

Parameters

object1
NSObject
Attributes

Applies to

Add(NSObject[])

[Foundation.Export("addItemsWithObjectValues:")]
public virtual void Add (Foundation.NSObject[] items);
abstract member Add : Foundation.NSObject[] -> unit
override this.Add : Foundation.NSObject[] -> unit

Parameters

items
NSObject[]
Attributes

Applies to