Keyoti RapidSpell Desktop .NET API Docs
ChangeBadWord Method (newWord)
APIKeyoti.RapidSpellICheckerEngineChangeBadWord(String)
Keyoti RapidSpell Desktop .NET
Changes the current bad word to newWord in the text.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
void ChangeBadWord(
	string newWord
)
void ChangeBadWord(
	string newWord
)
Sub ChangeBadWord ( 
	newWord As String
)
Sub ChangeBadWord ( 
	newWord As String
)
void ChangeBadWord(
	String^ newWord
)
void ChangeBadWord(
	String^ newWord
)
abstract ChangeBadWord : 
        newWord : string -> unit 
abstract ChangeBadWord : 
        newWord : string -> unit 
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412