MonobjcMonobjc Documented Class Library
ContinueTrackingAtInView Method (lastPoint, currentPoint, controlView)
NamespacesMonobjc.AppKitNSCellContinueTrackingAtInView(NSPoint, NSPoint, NSView)

Returns a Boolean value that indicates whether mouse tracking should continue in the receiving cell.

Original signature is '- (BOOL)continueTracking:(NSPoint)lastPoint at:(NSPoint)currentPoint inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ContinueTrackingAtInView(
	NSPoint lastPoint,
	NSPoint currentPoint,
	NSView controlView
)
Public Overridable Function ContinueTrackingAtInView ( _
	lastPoint As NSPoint, _
	currentPoint As NSPoint, _
	controlView As NSView _
) As Boolean
public:
virtual bool ContinueTrackingAtInView(
	NSPoint lastPoint, 
	NSPoint currentPoint, 
	NSView^ controlView
)
Parameters
lastPoint (NSPoint)
Contains either the initial location of the cursor when tracking began or the previous current point.
currentPoint (NSPoint)
The current location of the cursor.
controlView (NSView)
The NSControl object managing the receiver.
Return Value
YES if mouse tracking should continue, otherwise NO.
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)