Share via


NSTextViewDelegate_Extensions.WillDisplayToolTip Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string? WillDisplayToolTip(this AppKit.INSTextViewDelegate This, AppKit.NSTextView textView, string tooltip, UIntPtr characterIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillDisplayToolTip : AppKit.INSTextViewDelegate * AppKit.NSTextView * string * unativeint -> string

Parameters

textView
NSTextView
tooltip
String
characterIndex
UIntPtr

unativeint

Returns

Attributes

Applies to