NSTableViewToolTip Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate Foundation.NSString NSTableViewToolTip(NSTableView tableView, NSCell cell, ref CGRect rect, NSTableColumn tableColumn, nint row, CGPoint mouseLocation);
type NSTableViewToolTip = delegate of NSTableView * NSCell * * NSTableColumn * nint * CGPoint -> NSString
Parameters
- tableView
- NSTableView
- cell
- NSCell
- rect
- CGRect
- tableColumn
- NSTableColumn
- row
- System.System.IntPtr System.nativeint
- mouseLocation
- CGPoint