ComponentOne SpellChecker for WinForms
Words Property

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > UserDictionary Class : Words Property
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

Reference

UserDictionary Class
UserDictionary Members