The User
public class UserDictionary : DictionaryPublic Class UserDictionary
Inherits Dictionary| Constructor | Description |
|---|---|
| User |
Initializes a new instance of the User |
| Method | Description |
|---|---|
| Add |
Adds a word to the user dictionary. |
| Remove |
Removes all words from the user dictionary. |
| Remove |
Removes a word the user dictionary. |
| Save | Saves the complete content of the user dictionary in a file at the specified path or as a string array. |
| To |
Converts all user dictionary entries to a string array. |
| Property | Description |
|---|---|
| Dictionary |
Gets or sets the dictionary's encoding.
(Inherited from Dictionary) |
| Display |
Gets or sets the text that is displayed for the dictionary inside the options dialog or the Spell (Inherited from Dictionary) |
| File |
Gets the name and path of the file that has been used to load this user dictionary or where it has been saved to. |
| Is |
Gets or sets a value indicating whether the user dictionary is editable or not. |
| Is |
Gets or sets a value that indicates whether suggestions are created using this dictionary or not.
(Inherited from Dictionary) |
| Is |
Gets a value indicating whether the dictionary is selected as the default dictionary by the Language property.
(Inherited from Dictionary) |
| Is |
Gets or sets a value indicating whether spell checking of this dictionary is enabled or not.
(Inherited from Dictionary) |
| Language | Gets or sets the dictionary's language.
(Inherited from Dictionary) |
| Name | Gets or sets the dictionary's name.
(Inherited from Dictionary) |
| Show |
Gets or sets a value indicating whether the dictionary is shown in the options dialog.
(Inherited from Dictionary) |