MonobjcMonobjc Documented Class Library
TrackMouseInRectOfViewUntilMouseUp Method (theEvent, cellFrame, aTextView, flag)
NamespacesMonobjc.AppKitINSTextAttachmentCellTrackMouseInRectOfViewUntilMouseUp(NSEvent, NSRect, NSView, 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 untilMouseUp:(BOOL)flag'

Available in Mac OS X v10.0 and later.

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

[Missing <returns> documentation for "M:Monobjc.AppKit.INSTextAttachmentCell.TrackMouseInRectOfViewUntilMouseUp(Monobjc.AppKit.NSEvent,Monobjc.Foundation.NSRect,Monobjc.AppKit.NSView,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)