MonobjcMonobjc Documented Class Library
OutlineViewToolTipForCellRectTableColumnItemMouseLocation Event
NamespacesMonobjc.AppKitNSOutlineView..::..NSOutlineViewDelegateEventDispatcherOutlineViewToolTipForCellRectTableColumnItemMouseLocation

When the cursor pauses over a given cell, the value returned from this method is displayed in a tooltip.

Original signature is '- (NSString *)outlineView:(NSOutlineView *)outlineView toolTipForCell:(NSCell *)cell rect:(NSRectPointer)rect tableColumn:(NSTableColumn *)tc item:(id)item mouseLocation:(NSPoint)mouseLocation'

Available in Mac OS X v10.4 and later.

Declaration Syntax
Return Value
If you don’t want a tooltip at that location, return nil or the empty string.
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)