NSTableViewDelegate.GetToolTip 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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
参数
- tableView
- NSTableView
- cell
- NSCell
- rect
- CGRect
- tableColumn
- NSTableColumn
- row
- System.System.IntPtr System.nativeint
- mouseLocation
- CGPoint
返回
- 属性