MonobjcMonobjc Documented Class Library
StopTrackingAtInViewMouseIsUp Method (lastPoint, stopPoint, controlView, flag)
NamespacesMonobjc.AppKitNSCellStopTrackingAtInViewMouseIsUp(NSPoint, NSPoint, NSView, Boolean)

Stops tracking mouse events within the receiver.

Original signature is '- (void)stopTracking:(NSPoint)lastPoint at:(NSPoint)stopPoint inView:(NSView *)controlView mouseIsUp:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void StopTrackingAtInViewMouseIsUp(
	NSPoint lastPoint,
	NSPoint stopPoint,
	NSView controlView,
	bool flag
)
Public Overridable Sub StopTrackingAtInViewMouseIsUp ( _
	lastPoint As NSPoint, _
	stopPoint As NSPoint, _
	controlView As NSView, _
	flag As Boolean _
)
public:
virtual void StopTrackingAtInViewMouseIsUp(
	NSPoint lastPoint, 
	NSPoint stopPoint, 
	NSView^ controlView, 
	bool flag
)
Parameters
lastPoint (NSPoint)
Contains the previous position of the cursor.
stopPoint (NSPoint)
The current location of the cursor.
controlView (NSView)
The NSControl object managing the receiver.
flag (Boolean)
If YES, this method was invoked because the user released the mouse button; otherwise, if NO, the cursor left the designated tracking rectangle.
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)