Spelling.DeleteWord Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.DeleteWord Method 

Deletes the CurrentWord from the Text Property

[Visual Basic]Public Sub DeleteWord()
[C#]
public void DeleteWord();

Remarks

Note, calling ReplaceWord with the ReplacementWord property set to an empty string has the same behavior as DeleteWord.

See Also

Spelling Class | NetSpell.SpellChecker Namespace