MonobjcMonobjc Documented Class Library
CheckTextInRangeTypesOptions Method (range, checkingTypes, options)
NamespacesMonobjc.AppKitNSTextViewCheckTextInRangeTypesOptions(NSRange, NSTextCheckingTypes, NSDictionary)

Check and replace the text in the range using the specified checking types and options.

Original signature is '- (void)checkTextInRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary *)options'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void CheckTextInRangeTypesOptions(
	NSRange range,
	NSTextCheckingTypes checkingTypes,
	NSDictionary options
)
Public Overridable Sub CheckTextInRangeTypesOptions ( _
	range As NSRange, _
	checkingTypes As NSTextCheckingTypes, _
	options As NSDictionary _
)
public:
virtual void CheckTextInRangeTypesOptions(
	NSRange range, 
	NSTextCheckingTypes checkingTypes, 
	NSDictionary^ options
)
Parameters
range (NSRange)
The range to check.
checkingTypes (NSTextCheckingTypes)
The type of checking to be performed, passed by-reference. The possible constants are listed in NSTextCheckingTypes and can be combined using the C bit-wise OR operator to perform multiple checks at the same time.
options (NSDictionary)
A dictionary of values used during the checking process to perform. See Spell Checking Option Dictionary Keys for the supported values.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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