共用方式為


NSOutlineViewDelegate.ToolTipForCell 方法

定義

[Foundation.Export("outlineView:toolTipForCell:rect:tableColumn:item:mouseLocation:")]
public virtual string ToolTipForCell (AppKit.NSOutlineView outlineView, AppKit.NSCell cell, ref CoreGraphics.CGRect rect, AppKit.NSTableColumn tableColumn, Foundation.NSObject item, CoreGraphics.CGPoint mouseLocation);
abstract member ToolTipForCell : AppKit.NSOutlineView * AppKit.NSCell *  * AppKit.NSTableColumn * Foundation.NSObject * CoreGraphics.CGPoint -> string
override this.ToolTipForCell : AppKit.NSOutlineView * AppKit.NSCell *  * AppKit.NSTableColumn * Foundation.NSObject * CoreGraphics.CGPoint -> string

參數

outlineView
NSOutlineView
cell
NSCell
rect
CGRect
tableColumn
NSTableColumn
item
NSObject
mouseLocation
CGPoint

傳回

屬性

適用於