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: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204