Changes the current bad word to newWord in the text.
| C# | Visual Basic | Visual C++ | F# |
void ChangeBadWord( string newWord )
Sub ChangeBadWord ( newWord As String )
void ChangeBadWord( String^ newWord )
abstract ChangeBadWord : newWord : string -> unit
- newWord (String)
- replaces the current misspelt word.
void
| Exception | Condition |
|---|---|
| NoCurrentBadWordException | if nextBadWord() hasn't been run first AND found an erroneous word. |
| ArgumentNullException | if newWord parameter is null. |
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)