Keyoti RapidSpell Desktop .NET API Docs
AddWord Method (word)
APIKeyoti.RapidSpellICheckerEngineAddWord(String)
Keyoti RapidSpell Desktop .NET
Adds a word to the user dictionary, if it exists.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
bool AddWord(
	string word
)
bool AddWord(
	string word
)
Function AddWord ( 
	word As String
) As Boolean
Function AddWord ( 
	word As String
) As Boolean
bool AddWord(
	String^ word
)
bool AddWord(
	String^ word
)
abstract AddWord : 
        word : string -> bool 
abstract AddWord : 
        word : string -> bool 
Parameters
word (String)
Return Value
Remarks
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