ComponentOne SpellChecker for WPF and Silverlight
AddWord Method (UserDictionary)

C1.Silverlight.SpellChecker Namespace > UserDictionary Class : AddWord Method
Word to add to the dictionary.
Adds a word to the dictionary.
Syntax
'Declaration
 
Public Function AddWord( _
   ByVal word As String _
) As Boolean
public bool AddWord( 
   string word
)

Parameters

word
Word to add to the dictionary.

Return Value

True if the word was added to the dictionary, false if it was already present.
See Also

Reference

UserDictionary Class
UserDictionary Members