MonobjcMonobjc Documented Class Library
NSTextAttachment Constructor (aWrapper)
NamespacesMonobjc.AppKitNSTextAttachmentNSTextAttachment(NSFileWrapper)

Initializes a newly allocated NSTextAttachment object to contain the given file wrapper.

Original signature is '- (id)initWithFileWrapper:(NSFileWrapper *)aWrapper'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSTextAttachment(
	NSFileWrapper aWrapper
)
Public Sub New ( _
	aWrapper As NSFileWrapper _
)
public:
NSTextAttachment(
	NSFileWrapper^ aWrapper
)
Parameters
aWrapper (NSFileWrapper)
The file wrapper for the receiver.
Return Value
The receiver initialized to contain aWrapper and use an NSTextAttachmentCell as its attachment cell.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)