MonobjcMonobjc Documented Class Library
TextViewClickedOnLinkMessage Method (aTextView, link)
NamespacesMonobjc.AppKitNSTextView..::..NSTextViewDelegateEventDispatcherTextViewClickedOnLinkMessage(NSTextView, Id)

Sent after the user clicks on a link. (Deprecated. Use textView:clickedOnLink:atIndex: instead.)

Original signature is '- (BOOL)textView:(NSTextView *)aTextView clickedOnLink:(id)link'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool TextViewClickedOnLinkMessage(
	NSTextView aTextView,
	Id link
)
Public Function TextViewClickedOnLinkMessage ( _
	aTextView As NSTextView, _
	link As Id _
) As Boolean
public:
bool TextViewClickedOnLinkMessage(
	NSTextView^ aTextView, 
	Id^ link
)
Parameters
aTextView (NSTextView)
The text view sending the message.
link (Id)
The link that was clicked.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSTextView.NSTextViewDelegateEventDispatcher.TextViewClickedOnLinkMessage(Monobjc.AppKit.NSTextView,Monobjc.Id)"]

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)