MonobjcMonobjc Documented Class Library
ShowAttachmentCellInRectCharacterIndex Method (cell, rect, attachmentIndex)
NamespacesMonobjc.AppKitNSLayoutManagerShowAttachmentCellInRectCharacterIndex(NSCell, NSRect, NSUInteger)

Draws an attachment cell.

Original signature is '- (void)showAttachmentCell:(NSCell *)cell inRect:(NSRect)rect characterIndex:(NSUInteger)attachmentIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ShowAttachmentCellInRectCharacterIndex(
	NSCell cell,
	NSRect rect,
	NSUInteger attachmentIndex
)
Public Overridable Sub ShowAttachmentCellInRectCharacterIndex ( _
	cell As NSCell, _
	rect As NSRect, _
	attachmentIndex As NSUInteger _
)
public:
virtual void ShowAttachmentCellInRectCharacterIndex(
	NSCell^ cell, 
	NSRect rect, 
	NSUInteger attachmentIndex
)
Parameters
cell (NSCell)
The attachment cell to draw.
rect (NSRect)
The rectangle within which to draw cell.
attachmentIndex (NSUInteger)
The location of the 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)