MonobjcMonobjc Documented Class Library
TableViewToolTipForCellRectTableColumnRowMouseLocation Event
NamespacesMonobjc.AppKitNSTableView..::..NSTableViewDelegateEventDispatcherTableViewToolTipForCellRectTableColumnRowMouseLocation

Returns a string that is displayed as a tooltip for the specified cell in the column and row.

Original signature is '- (NSString *)tableView:(NSTableView *)aTableView toolTipForCell:(NSCell *)aCell rect:(NSRectPointer)rect tableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)row mouseLocation:(NSPoint)mouseLocation'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
A string containing the tooltip. Return nil or the empty string if no tooltip is desired.
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)