NSTableHeaderView.GetStringForToolTip(NSView, nint, CGPoint, IntPtr) 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("view:stringForToolTip:point:userData:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual string GetStringForToolTip (AppKit.NSView view, nint tag, CoreGraphics.CGPoint point, IntPtr data);
abstract member GetStringForToolTip : AppKit.NSView * nint * CoreGraphics.CGPoint * nativeint -> string
override this.GetStringForToolTip : AppKit.NSView * nint * CoreGraphics.CGPoint * nativeint -> string
Parameters
- view
- NSView
- tag
- System.System.IntPtr System.nativeint
- point
- CGPoint
- data
-
IntPtr
nativeint
Returns
Implements
- Attributes