Share via


NSTableViewDelegate_Extensions.GetToolTip Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSString GetToolTip(this AppKit.INSTableViewDelegate This, AppKit.NSTableView tableView, AppKit.NSCell cell, ref CoreGraphics.CGRect rect, AppKit.NSTableColumn? tableColumn, IntPtr row, CoreGraphics.CGPoint mouseLocation);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetToolTip : AppKit.INSTableViewDelegate * AppKit.NSTableView * AppKit.NSCell * CGRect * AppKit.NSTableColumn * nativeint * CoreGraphics.CGPoint -> Foundation.NSString

Parameters

tableView
NSTableView
cell
NSCell
rect
CGRect
tableColumn
NSTableColumn
row
IntPtr

nativeint

mouseLocation
CGPoint

Returns

Attributes

Applies to