Share via


NSTableViewToolTip Delegate

Definition

public delegate Foundation.NSString NSTableViewToolTip(NSTableView tableView, NSCell cell, ref CGRect rect, NSTableColumn? tableColumn, IntPtr row, CGPoint mouseLocation);
type NSTableViewToolTip = delegate of NSTableView * NSCell * CGRect * NSTableColumn * nativeint * CGPoint -> NSString

Parameters

tableView
NSTableView
cell
NSCell
rect
CGRect
tableColumn
NSTableColumn
row
IntPtr

nativeint

mouseLocation
CGPoint

Return Value

Applies to