MonobjcMonobjc Documented Class Library
ForgetWord Method (word)
NamespacesMonobjc.AppKitNSSpellCheckerForgetWord(NSString)

Remove this word from the spelling dictionary. (Deprecated in Mac OS X v10.5. Use unlearnWord: instead.)

Original signature is '- (void)forgetWord:(NSString *)word'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.5. Use unlearnWord: instead.")]
public virtual void ForgetWord(
	NSString word
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.5. Use unlearnWord: instead.")> _
Public Overridable Sub ForgetWord ( _
	word As NSString _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.5. Use unlearnWord: instead.")]
public:
virtual void ForgetWord(
	NSString^ word
)
Parameters
word (NSString)
The word to remove.
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)