Share via


NSTextViewDelegate.WillDisplayToolTip(NSTextView, String, UIntPtr) Method

Definition

[Foundation.Export("textView:willDisplayToolTip:forCharacterAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? WillDisplayToolTip(AppKit.NSTextView textView, string tooltip, UIntPtr characterIndex);
[<Foundation.Export("textView:willDisplayToolTip:forCharacterAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDisplayToolTip : AppKit.NSTextView * string * unativeint -> string
override this.WillDisplayToolTip : AppKit.NSTextView * string * unativeint -> string

Parameters

textView
NSTextView
tooltip
String
characterIndex
UIntPtr

unativeint

Returns

Implements

Attributes

Applies to