NSTextViewTooltip Delegate

Definition

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

Parameters

textView
NSTextView
tooltip
String
characterIndex
System.System.UIntPtr System.unativeint

Return Value

Applies to