UserDictionary
A user dictionary.
UserDictionary Properties
| Property |
Type |
Access |
Description |
| AddedWords |
Array of Strings |
r/w |
Words in the user dictionary as Array of Strings. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Name |
String |
read |
The name of the object. |
| Parent |
Object |
read |
The parent of the object. |
| RemovedWords |
Array of Strings |
r/w |
Words in the not list dictionary as Array of Strings. |
UserDictionary Methods
| Method |
Returns |
Description |
| AddWord |
Nothing |
Add a word to the user dictionary. |
| RemoveWord |
Nothing |
Remove a word from the user dictionary. |