MonobjcMonobjc Documented Class Library
HasLearnedWord Method (word)
NamespacesMonobjc.AppKitNSSpellCheckerHasLearnedWord(NSString)

Indicates whether the spell checker has learned a given word.

Original signature is '- (BOOL)hasLearnedWord:(NSString *)word'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HasLearnedWord(
	NSString word
)
Public Overridable Function HasLearnedWord ( _
	word As NSString _
) As Boolean
public:
virtual bool HasLearnedWord(
	NSString^ word
)
Parameters
word (NSString)
Word in question.
Return Value
YES when the spell checker has learned word, NO otherwise.
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)