MonobjcMonobjc Documented Class Library
TrackMouseInRectOfViewAtCharacterIndexUntilMouseUp Method (theEvent, cellFrame, aTextView, charIndex, flag)
NamespacesMonobjc.AppKitINSTextAttachmentCellTrackMouseInRectOfViewAtCharacterIndexUntilMouseUp(NSEvent, NSRect, NSView, NSUInteger, Boolean)

Handles a mouse-down event on the receiver’s image. (required)

Original signature is '- (BOOL)trackMouse:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(NSView *)aTextView atCharacterIndex:(NSUInteger)charIndex untilMouseUp:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool TrackMouseInRectOfViewAtCharacterIndexUntilMouseUp(
	NSEvent theEvent,
	NSRect cellFrame,
	NSView aTextView,
	NSUInteger charIndex,
	bool flag
)
Function TrackMouseInRectOfViewAtCharacterIndexUntilMouseUp ( _
	theEvent As NSEvent, _
	cellFrame As NSRect, _
	aTextView As NSView, _
	charIndex As NSUInteger, _
	flag As Boolean _
) As Boolean
bool TrackMouseInRectOfViewAtCharacterIndexUntilMouseUp(
	NSEvent^ theEvent, 
	NSRect cellFrame, 
	NSView^ aTextView, 
	NSUInteger charIndex, 
	bool flag
)
Parameters
theEvent (NSEvent)
MISSING
cellFrame (NSRect)
MISSING
aTextView (NSView)
MISSING
charIndex (NSUInteger)
MISSING
flag (Boolean)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.INSTextAttachmentCell.TrackMouseInRectOfViewAtCharacterIndexUntilMouseUp(Monobjc.AppKit.NSEvent,Monobjc.Foundation.NSRect,Monobjc.AppKit.NSView,Monobjc.Foundation.NSUInteger,System.Boolean)"]

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)