ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / UserDictionary Class / Words Property

In This Topic
    Words Property (UserDictionary)
    In This Topic
    Gets or sets an array with all the words in the user dictionary.
    Syntax
    'Declaration
     
    Public Property Words As System.String()
    public System.string[] Words {get; set;}
    Remarks
    Setting the word list automatically saves the dictionary.
    See Also