Edit

Share via


NSTextAttachmentCell Constructors

Definition

Overloads

NSTextAttachmentCell()

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

Applies to

NSTextAttachmentCell(NSImage)

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

Parameters

image
NSImage
Attributes

Applies to

NSTextAttachmentCell(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSTextAttachmentCell(NSObjectFlag)

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

Parameters

Applies to

NSTextAttachmentCell(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSTextAttachmentCell(String)

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

Parameters

aString
String
Attributes

Applies to