Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / ISpellCheck Interface / RemoveMisspelling Method
The word to remove from the misspelled word list.


In This Topic
RemoveMisspelling Method
In This Topic
Removes the specified word from the misspelled word list and clears the associated misspelling attribute on the screen.
Syntax
'Declaration
 
Sub RemoveMisspelling( _
   ByVal word As MisspelledWord _
) 
 
'Usage
 
Dim instance As ISpellCheck
Dim word As MisspelledWord
 
instance.RemoveMisspelling(word)

Parameters

word
The word to remove from the misspelled word list.
See Also