NSComboBoxCell Constructors

Definition

Overloads

NSComboBoxCell()
NSComboBoxCell(NSCoder)
NSComboBoxCell(NSObjectFlag)
NSComboBoxCell(IntPtr)
NSComboBoxCell(String)

NSComboBoxCell()

[Foundation.Export("init")]
public NSComboBoxCell ();
Attributes

Applies to

NSComboBoxCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSComboBoxCell (Foundation.NSCoder coder);
new AppKit.NSComboBoxCell : Foundation.NSCoder -> AppKit.NSComboBoxCell

Parameters

coder
NSCoder
Attributes

Applies to

NSComboBoxCell(NSObjectFlag)

protected NSComboBoxCell (Foundation.NSObjectFlag t);
new AppKit.NSComboBoxCell : Foundation.NSObjectFlag -> AppKit.NSComboBoxCell

Parameters

Applies to

NSComboBoxCell(IntPtr)

protected internal NSComboBoxCell (IntPtr handle);
new AppKit.NSComboBoxCell : nativeint -> AppKit.NSComboBoxCell

Parameters

handle
IntPtr

nativeint

Applies to

NSComboBoxCell(String)

[Foundation.Export("initTextCell:")]
public NSComboBoxCell (string aString);
new AppKit.NSComboBoxCell : string -> AppKit.NSComboBoxCell

Parameters

aString
String
Attributes

Applies to