MonobjcMonobjc Documented Class Library
ClickedOnLinkAtIndex Method (link, charIndex)
NamespacesMonobjc.AppKitNSTextViewClickedOnLinkAtIndex(Id, NSUInteger)

Causes the text view to act as if the user clicked on some text with the given link as the value of a link attribute associated with the text.

Original signature is '- (void)clickedOnLink:(id)link atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ClickedOnLinkAtIndex(
	Id link,
	NSUInteger charIndex
)
Public Overridable Sub ClickedOnLinkAtIndex ( _
	link As Id, _
	charIndex As NSUInteger _
)
public:
virtual void ClickedOnLinkAtIndex(
	Id^ link, 
	NSUInteger charIndex
)
Parameters
link (Id)
The link that was clicked; the value of NSLinkAttributeName.
charIndex (NSUInteger)
The character index where the click occurred, indexed within the text storage.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)