Adds a word to the user dictionary. The method has no effect, if the User
public bool AddWord(string word);Public Function AddWord(word As String) As Boolean| Parameter | Description |
|---|---|
| word | Specifies the word to add to the user dictionary. |
The return value is true, if the word could be added. Otherwise, it is false.