INSViewToolTipOwner.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:")]
[Foundation.Preserve(Conditional=true)]
public string GetStringForToolTip (AppKit.NSView view, nint tag, CoreGraphics.CGPoint point, IntPtr data);
abstract member GetStringForToolTip : AppKit.NSView * nint * CoreGraphics.CGPoint * nativeint -> string
Parameters
- view
- NSView
- tag
- System.System.IntPtr System.nativeint
- point
- CGPoint
- data
-
IntPtr
nativeint
Returns
- Attributes