NSOutlineViewDelegate.ToolTipForCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Parameters
- outlineView
- NSOutlineView
- cell
- NSCell
- rect
- CGRect
- tableColumn
- NSTableColumn
- item
- NSObject
- mouseLocation
- CGPoint
Returns
- Attributes