Adds a word to the user dictionary, if it exists.
| C# | Visual Basic | Visual C++ | F# |
public virtual bool AddWord( string word )
Public Overridable Function AddWord ( word As String ) As Boolean
public: virtual bool AddWord( String^ word )
abstract AddWord : word : string -> bool override AddWord : word : string -> bool
- word (String)
Boolean
This implementation always returns false.
This implementation always returns false.
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)