次の方法で共有


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

戻り値

適用対象