ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / UserDictionary Class / AddWord Method
Word to add to the dictionary.

In This Topic
    AddWord Method (UserDictionary)
    In This Topic
    Adds a word to the dictionary.
    Syntax
    'Declaration
     
    Public Function AddWord( _
       ByVal word As System.String _
    ) As System.Boolean
    public System.bool AddWord( 
       System.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