MonobjcMonobjc Documented Class Library
UpdateSpellingPanelWithMisspelledWord Method (word)
NamespacesMonobjc.AppKitNSSpellCheckerUpdateSpellingPanelWithMisspelledWord(NSString)

Causes the spell checker to update the Spelling panel’s misspelled-word field to reflect word.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void UpdateSpellingPanelWithMisspelledWord(
	NSString word
)
Public Overridable Sub UpdateSpellingPanelWithMisspelledWord ( _
	word As NSString _
)
public:
virtual void UpdateSpellingPanelWithMisspelledWord(
	NSString^ word
)
Parameters
word (NSString)
MISSING
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)