NSTextViewTooltip Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public delegate string NSTextViewTooltip(NSTextView textView, string tooltip, nuint characterIndex);
type NSTextViewTooltip = delegate of NSTextView * string * nuint -> string
Parâmetros
- textView
- NSTextView
- tooltip
- String
- characterIndex
- System.System.UIntPtr System.unativeint