Keyoti RapidSpell Desktop .NET API Docs
AddWord Method (word)
APIKeyoti.RapidSpellRapidSpellCheckerAddWord(String)
Keyoti RapidSpell Desktop .NET
Adds word to the user dictionary (if it has been specified).
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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 
Parameters
word (String)
String to add to user dictionary, if it is being used.
Return Value
Boolean
boolean true if the word was is now in the user dictionary, false if the word could not be added to the user dictionary.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf word parameter is null.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412