NSCell Constructors

Definition

Overloads

NSCell()
NSCell(NSImage)
NSCell(NSCoder)
NSCell(NSObjectFlag)
NSCell(IntPtr)
NSCell(String)

NSCell()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSCell ();
Attributes

Applies to

NSCell(NSImage)

[Foundation.Export("initImageCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSCell (AppKit.NSImage image);
new AppKit.NSCell : AppKit.NSImage -> AppKit.NSCell

Parameters

image
NSImage
Attributes

Applies to

NSCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSCell (Foundation.NSCoder coder);
new AppKit.NSCell : Foundation.NSCoder -> AppKit.NSCell

Parameters

coder
NSCoder
Attributes

Applies to

NSCell(NSObjectFlag)

protected NSCell (Foundation.NSObjectFlag t);
new AppKit.NSCell : Foundation.NSObjectFlag -> AppKit.NSCell

Parameters

Applies to

NSCell(IntPtr)

protected internal NSCell (IntPtr handle);
new AppKit.NSCell : nativeint -> AppKit.NSCell

Parameters

handle
IntPtr

nativeint

Applies to

NSCell(String)

[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSCell (string aString);
new AppKit.NSCell : string -> AppKit.NSCell

Parameters

aString
String
Attributes

Applies to