Share via


SLComposeServiceViewController.LinkClicked Method

Definition

[Foundation.Export("textView:clickedOnLink:atIndex:")]
[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:")>]
[<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

Implements

Attributes

Applies to