NSDatePickerCell 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
NSDatePickerCell() | |
NSDatePickerCell(NSImage) | |
NSDatePickerCell(NSCoder) | |
NSDatePickerCell(NSObjectFlag) | |
NSDatePickerCell(IntPtr) | |
NSDatePickerCell(String) |
NSDatePickerCell()
NSDatePickerCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSDatePickerCell (AppKit.NSImage image);
new AppKit.NSDatePickerCell : AppKit.NSImage -> AppKit.NSDatePickerCell
Parameters
- image
- NSImage
- Attributes
Applies to
NSDatePickerCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSDatePickerCell (Foundation.NSCoder coder);
new AppKit.NSDatePickerCell : Foundation.NSCoder -> AppKit.NSDatePickerCell
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSDatePickerCell(NSObjectFlag)
protected NSDatePickerCell (Foundation.NSObjectFlag t);
new AppKit.NSDatePickerCell : Foundation.NSObjectFlag -> AppKit.NSDatePickerCell
Parameters
Applies to
NSDatePickerCell(IntPtr)
protected internal NSDatePickerCell (IntPtr handle);
new AppKit.NSDatePickerCell : nativeint -> AppKit.NSDatePickerCell
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSDatePickerCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSDatePickerCell (string aString);
new AppKit.NSDatePickerCell : string -> AppKit.NSDatePickerCell
Parameters
- aString
- String
- Attributes