Share via


NSTextViewTooltip Delegate

Definition

public delegate string? NSTextViewTooltip(NSTextView textView, string tooltip, UIntPtr characterIndex);
type NSTextViewTooltip = delegate of NSTextView * string * unativeint -> string

Parameters

textView
NSTextView
tooltip
String
characterIndex
UIntPtr

unativeint

Return Value

Applies to