MonobjcMonobjc Documented Class Library
ShowDefinitionForAttributedStringAtPoint Method (attrString, textBaselineOrigin)
NamespacesMonobjc.AppKitNSViewShowDefinitionForAttributedStringAtPoint(NSAttributedString, NSPoint)

Shows a window displaying the definition of the of the attributed string at the specified point.

Original signature is '- (void)showDefinitionForAttributedString:(NSAttributedString *)attrString atPoint:(NSPoint)textBaselineOrigin'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ShowDefinitionForAttributedStringAtPoint(
	NSAttributedString attrString,
	NSPoint textBaselineOrigin
)
Public Overridable Sub ShowDefinitionForAttributedStringAtPoint ( _
	attrString As NSAttributedString, _
	textBaselineOrigin As NSPoint _
)
public:
virtual void ShowDefinitionForAttributedStringAtPoint(
	NSAttributedString^ attrString, 
	NSPoint textBaselineOrigin
)
Parameters
attrString (NSAttributedString)
The attributed string for which to show the definition. If the receiver is an instance of NSTextView, the attrString can be nil, in which case the text view will automatically supply values suitable for displaying definitions for the specified range within its text content.
textBaselineOrigin (NSPoint)
Specifies the baseline origin of attrString in the receiver's view coordinate system.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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