Partager via


NSComboBoxCell Constructeurs

Définition

Surcharges

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

NSComboBoxCell()

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

S’applique à

NSComboBoxCell(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSComboBoxCell(NSObjectFlag)

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

Paramètres

S’applique à

NSComboBoxCell(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à

NSComboBoxCell(String)

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

Paramètres

aString
String
Attributs

S’applique à