NSTableViewDelegate_Extensions.GetToolTip 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static Foundation.NSString GetToolTip (this AppKit.INSTableViewDelegate This, AppKit.NSTableView tableView, AppKit.NSCell cell, ref CoreGraphics.CGRect rect, AppKit.NSTableColumn tableColumn, nint row, CoreGraphics.CGPoint mouseLocation);
static member GetToolTip : AppKit.INSTableViewDelegate * AppKit.NSTableView * AppKit.NSCell * * AppKit.NSTableColumn * nint * CoreGraphics.CGPoint -> Foundation.NSString
參數
- This
- INSTableViewDelegate
- tableView
- NSTableView
- cell
- NSCell
- rect
- CGRect
- tableColumn
- NSTableColumn
- row
- System.System.IntPtr System.nativeint
- mouseLocation
- CGPoint