Keyoti RapidSpell WPF API Docs
ChangeBadWord Method (badWord, newWord)
APIKeyoti.RapidSpell.WpfCheckerEngineAdapterChangeBadWord(BadWord, String)
Keyoti RapidSpell WPF
Changes badWord to newWord in the text.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void ChangeBadWord(
	BadWord badWord,
	string newWord
)
public virtual void ChangeBadWord(
	BadWord badWord,
	string newWord
)
Public Overridable Sub ChangeBadWord ( 
	badWord As BadWord,
	newWord As String
)
Public Overridable Sub ChangeBadWord ( 
	badWord As BadWord,
	newWord As String
)
public:
virtual void ChangeBadWord(
	BadWord^ badWord, 
	String^ newWord
)
public:
virtual void ChangeBadWord(
	BadWord^ badWord, 
	String^ newWord
)
abstract ChangeBadWord : 
        badWord : BadWord * 
        newWord : string -> unit 
override ChangeBadWord : 
        badWord : BadWord * 
        newWord : string -> unit 
abstract ChangeBadWord : 
        badWord : BadWord * 
        newWord : string -> unit 
override ChangeBadWord : 
        badWord : BadWord * 
        newWord : string -> unit 
Parameters
badWord (BadWord)
the bad word to replace
newWord (String)
replaces the current misspelt word.
Return Value

void
Exceptions
ExceptionCondition
ArgumentNullExceptionif newWord parameter is null.

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214