MonobjcMonobjc Documented Class Library
TextViewDoubleClickedOnCellInRectAtIndex Method (aTextView, cell, cellFrame, charIndex)
NamespacesMonobjc.AppKitNSTableViewTextViewDoubleClickedOnCellInRectAtIndex(NSTextView, INSTextAttachmentCell, NSRect, NSUInteger)

Sent when the user double-clicks a cell.

Original signature is '- (void)textView:(NSTextView *)aTextView doubleClickedOnCell:(id < NSTextAttachmentCell >)cell inRect:(NSRect)cellFrame atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void TextViewDoubleClickedOnCellInRectAtIndex(
	NSTextView aTextView,
	INSTextAttachmentCell cell,
	NSRect cellFrame,
	NSUInteger charIndex
)
Public Overridable Sub TextViewDoubleClickedOnCellInRectAtIndex ( _
	aTextView As NSTextView, _
	cell As INSTextAttachmentCell, _
	cellFrame As NSRect, _
	charIndex As NSUInteger _
)
public:
virtual void TextViewDoubleClickedOnCellInRectAtIndex(
	NSTextView^ aTextView, 
	INSTextAttachmentCell^ cell, 
	NSRect cellFrame, 
	NSUInteger charIndex
)
Parameters
aTextView (NSTextView)
The text view sending the message.
cell (INSTextAttachmentCell)
The cell double-clicked by the user.
cellFrame (NSRect)
The frame of the double-clicked cell.
charIndex (NSUInteger)
The character index of the double-clicked 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)