Adds a word to the user dictionary, if it exists.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual bool AddWord( string word )
public virtual bool AddWord( string word )
Public Overridable Function AddWord ( word As String ) As Boolean
Public Overridable Function AddWord ( word As String ) As Boolean
public: virtual bool AddWord( String^ word )
public: virtual bool AddWord( String^ word )
abstract AddWord : word : string -> bool override AddWord : word : string -> bool
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412