NSMatrix.GetStringForToolTip(NSView, IntPtr, 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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetStringForToolTip(AppKit.NSView view, IntPtr tag, CoreGraphics.CGPoint point, IntPtr data);
[<Foundation.Export("view:stringForToolTip:point:userData:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetStringForToolTip : AppKit.NSView * nativeint * CoreGraphics.CGPoint * nativeint -> string
override this.GetStringForToolTip : AppKit.NSView * nativeint * CoreGraphics.CGPoint * nativeint -> string
Parameters
- view
- NSView
- tag
-
IntPtr
nativeint
- point
- CGPoint
- data
-
IntPtr
nativeint
Returns
Implements
- Attributes