MonobjcMonobjc Documented Class Library
Attachment Property
NamespacesMonobjc.AppKitINSTextAttachmentCellAttachment

Returns the text attachment object that owns the receiver. (required)

Original signature is '- (NSTextAttachment *)attachment'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSTextAttachment Attachment { get; set; }
Property Attachment As NSTextAttachment
	Get
	Set
property NSTextAttachment^ Attachment {
	NSTextAttachment^ get ();
	void set (NSTextAttachment^ value);
}
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)