NSOutlineViewDelegate.ToolTipForCell 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[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
傳回
- 屬性