INSTextViewDelegate.LinkClicked(NSTextView, NSObject, UIntPtr) Method
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.
[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