MonobjcMonobjc Documented Class Library
SpellServerSuggestGuessesForWordInLanguage Event
NamespacesMonobjc.FoundationNSSpellServer..::..NSSpellServerDelegateEventDispatcherSpellServerSuggestGuessesForWordInLanguage

Gives the delegate the opportunity to suggest guesses to the sender for the correct spelling of the given misspelled word in the specified language.

Original signature is '- (NSArray *)spellServer:(NSSpellServer *)sender suggestGuessesForWord:(NSString *)word inLanguage:(NSString *)language'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
An array of NSString objects indicating possible correct spellings.
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.Foundation (Module: Monobjc.Foundation)