MonobjcMonobjc Documented Class Library
ShowFindIndicatorForRange Method (charRange)
NamespacesMonobjc.AppKitNSTextViewShowFindIndicatorForRange(NSRange)

Causes a temporary highlighting effect to appear around the visible portion (or portions) of the specified range.

Original signature is '- (void)showFindIndicatorForRange:(NSRange)charRange'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ShowFindIndicatorForRange(
	NSRange charRange
)
Public Overridable Sub ShowFindIndicatorForRange ( _
	charRange As NSRange _
)
public:
virtual void ShowFindIndicatorForRange(
	NSRange charRange
)
Parameters
charRange (NSRange)
The character range around which indicators appear.
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)