Adds a word to the user dictionary, if it exists.
| C# | Visual Basic | Visual C++ | F# |
bool AddWord( string word )
Function AddWord ( word As String ) As Boolean
bool AddWord( String^ word )
abstract AddWord : word : string -> bool
- word (String)
Should return true if the word was added successfully, false otherwise.
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)