Keyoti RapidSpell Web .NET Help Docs
AddWord Method (word)
API DocumentationKeyoti.RapidSpellCheckerEngineAdapterAddWord(String)
Keyoti RapidSpell Web .NET
Adds a word to the user dictionary, if it exists.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AddWord(
	string word
)
Public Overridable Function AddWord ( _
	word As String _
) As Boolean
public:
virtual bool AddWord(
	String^ word
)
Parameters
word (String)
Return Value
This implementation always returns false.
Remarks
Should return true if the word was added successfully, false otherwise.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625