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