NSFormCell Constructors

Definition

Overloads

NSFormCell()
NSFormCell(NSImage)
NSFormCell(NSCoder)
NSFormCell(NSObjectFlag)
NSFormCell(IntPtr)
NSFormCell(String)

NSFormCell()

[Foundation.Export("init")]
public NSFormCell ();
Attributes

Applies to

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

Applies to