NSTextViewTooltip Delegate
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.
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