Keyoti RapidSpell WPF API Docs
ChangeBadWord Method (newWord)
APIKeyoti.RapidSpell.WpfICheckerEngineChangeBadWord(String)
Keyoti RapidSpell WPF
Changes the current bad word to newWord in the text.
Declaration Syntax
C#Visual BasicVisual C++
void ChangeBadWord(
	string newWord
)
Sub ChangeBadWord ( _
	newWord As String _
)
void ChangeBadWord(
	String^ newWord
)
Parameters
newWord (String)
replaces the current misspelt word.
Return Value
void
Exceptions
ExceptionCondition
NoCurrentBadWordExceptionif nextBadWord() hasn't been run first AND found an erroneous word.
ArgumentNullExceptionif newWord parameter is null.

Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827