MonobjcMonobjc Documented Class Library
CheckSpellingOfStringStartingAt Method (stringToCheck, startingOffset)
NamespacesMonobjc.AppKitNSSpellCheckerCheckSpellingOfStringStartingAt(NSString, NSInteger)

Starts the search for a misspelled word in stringToCheck starting at startingOffset within the string object.

Original signature is '- (NSRange)checkSpellingOfString:(NSString *)stringToCheck startingAt:(NSInteger)startingOffset'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange CheckSpellingOfStringStartingAt(
	NSString stringToCheck,
	NSInteger startingOffset
)
Public Overridable Function CheckSpellingOfStringStartingAt ( _
	stringToCheck As NSString, _
	startingOffset As NSInteger _
) As NSRange
public:
virtual NSRange CheckSpellingOfStringStartingAt(
	NSString^ stringToCheck, 
	NSInteger startingOffset
)
Parameters
stringToCheck (NSString)
The string to spell check.
startingOffset (NSInteger)
The offset at which to start checking.
Return Value
Returns the range of the first misspelled word.
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)