MonobjcMonobjc Documented Class Library
StartTrackingAtInView Method (startPoint, controlView)
NamespacesMonobjc.AppKitNSCellStartTrackingAtInView(NSPoint, NSView)

Begins tracking mouse events within the receiver.

Original signature is '- (BOOL)startTrackingAt:(NSPoint)startPoint inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool StartTrackingAtInView(
	NSPoint startPoint,
	NSView controlView
)
Public Overridable Function StartTrackingAtInView ( _
	startPoint As NSPoint, _
	controlView As NSView _
) As Boolean
public:
virtual bool StartTrackingAtInView(
	NSPoint startPoint, 
	NSView^ controlView
)
Parameters
startPoint (NSPoint)
The initial location of the cursor.
controlView (NSView)
The NSControl object managing the receiver.
Return Value
YES if the receiver is set to respond continuously or set to respond when the mouse is dragged, 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)