The SpellDictionaryBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Checks whether the dictionary contains a given word.
| |
| EnsureLoaded |
Ensures the dictionary is loaded, reading words from the file if necessary.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString |
Gets a string that represents this object.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Enabled |
Gets or sets whether the dictionary is enabled.
| |
| FileName |
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.
|