MonobjcMonobjc Documented Class Library
WantsToTrackMouseForEventInRectOfViewAtCharacterIndex Method (theEvent, cellFrame, controlView, charIndex)
NamespacesMonobjc.AppKitINSTextAttachmentCellWantsToTrackMouseForEventInRectOfViewAtCharacterIndex(NSEvent, NSRect, NSView, NSUInteger)

Allows an attachment to specify what events it would want to track the mouse for. (required)

Original signature is '- (BOOL)wantsToTrackMouseForEvent:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(NSView *)controlView atCharacterIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.

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

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

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)