MonobjcMonobjc Documented Class Library
AttachmentCell Property
NamespacesMonobjc.AppKitNSTextAttachmentAttachmentCell

Returns the object used to draw the icon for the receiver and to handle mouse events.

Original signature is '- (id < NSTextAttachmentCell >)attachmentCell'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual INSTextAttachmentCell AttachmentCell { get; set; }
Public Overridable Property AttachmentCell As INSTextAttachmentCell
	Get
	Set
public:
virtual property INSTextAttachmentCell^ AttachmentCell {
	INSTextAttachmentCell^ get ();
	void set (INSTextAttachmentCell^ 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)