NSOutlineViewDelegate.ToolTipForCell Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[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
Parameter
- outlineView
- NSOutlineView
- cell
- NSCell
- rect
- CGRect
- tableColumn
- NSTableColumn
- item
- NSObject
- mouseLocation
- CGPoint
Gibt zurück
- Attribute