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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214