NSTableViewToolTip Delegate
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.
C#
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
Produkt | Versiounen |
---|---|
Xamarin.Mac SDK | 14 |