Share via


NSTextViewDelegate_Extensions.LinkClicked Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool LinkClicked(this AppKit.INSTextViewDelegate This, AppKit.NSTextView textView, Foundation.NSObject link, UIntPtr charIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LinkClicked : AppKit.INSTextViewDelegate * AppKit.NSTextView * Foundation.NSObject * unativeint -> bool

Parameters

textView
NSTextView
link
NSObject
charIndex
UIntPtr

unativeint

Returns

Attributes

Applies to