Share via


NSTableViewToolTip 委托

定义

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

参数

tableView
NSTableView
cell
NSCell
rect
CGRect
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint
mouseLocation
CGPoint

返回值

适用于