NSComboBoxCell Constructors
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
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
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