| C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace : UserDictionary Class |
The following tables list the members exposed by UserDictionary.
| Name | Description | |
|---|---|---|
![]() | Enabled | Gets or sets whether the dictionary is enabled. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase) |
![]() | FileName | Overridden. Gets or sets the name of the file that contains the dictionary. |
![]() | State | Gets a DictionaryState value that indicates whether the dictionary was loaded successfully. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase) |
![]() | Words | Gets or sets an array with all the words in the user dictionary. |
| Name | Description | |
|---|---|---|
![]() | AddWord | Adds a word to the dictionary. |
![]() | Clear | Clears the dictionary removing all words in it. |
![]() | Contains | Overridden. Checks whether the dictionary contains a given word. |
![]() | EnsureLoaded | Ensures the dictionary is loaded, reading words from the file if necessary. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase) |
![]() | RemoveWord | Removes a word from the dictionary. |
![]() | Save | Saves the dictionary back to a file. |
![]() | ToString | Gets a string that represents this object. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase) |
| Name | Description | |
|---|---|---|
![]() | BadWordAdded | Occurs when bad word was added to the user dictionary. |