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