NSComboBoxCell Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSComboBoxCell() | |
NSComboBoxCell(NSCoder) | |
NSComboBoxCell(NSObjectFlag) | |
NSComboBoxCell(IntPtr) | |
NSComboBoxCell(String) |
NSComboBoxCell()
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