Share via


INSTextViewDelegate.LinkClicked(NSTextView, NSObject, UIntPtr) Method

Definition

[Foundation.Export("textView:clickedOnLink:atIndex:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool LinkClicked(AppKit.NSTextView textView, Foundation.NSObject link, UIntPtr charIndex);
[<Foundation.Export("textView:clickedOnLink:atIndex:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LinkClicked : AppKit.NSTextView * Foundation.NSObject * unativeint -> bool
override this.LinkClicked : AppKit.NSTextView * Foundation.NSObject * unativeint -> bool

Parameters

textView
NSTextView
link
NSObject
charIndex
UIntPtr

unativeint

Returns

Attributes

Applies to