NSTableViewDelegate.GetToolTip Method
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.
[Foundation.Export("tableView:toolTipForCell:rect:tableColumn:row:mouseLocation:")]
public virtual Foundation.NSString GetToolTip (AppKit.NSTableView tableView, AppKit.NSCell cell, ref CoreGraphics.CGRect rect, AppKit.NSTableColumn tableColumn, nint row, CoreGraphics.CGPoint mouseLocation);
abstract member GetToolTip : AppKit.NSTableView * AppKit.NSCell * * AppKit.NSTableColumn * nint * CoreGraphics.CGPoint -> Foundation.NSString
override this.GetToolTip : AppKit.NSTableView * AppKit.NSCell * * AppKit.NSTableColumn * nint * CoreGraphics.CGPoint -> Foundation.NSString
Parameters
- tableView
- NSTableView
- cell
- NSCell
- rect
- CGRect
- tableColumn
- NSTableColumn
- row
- System.System.IntPtr System.nativeint
- mouseLocation
- CGPoint
Returns
- Attributes