SpellCheckerCustomDictionary Methods
Represents a custom dictionary of the spell checker.
Name | Description |
---|---|
Add |
Appends a word to the custom dictionary and saves it. |
Add |
Appends words to the custom dictionary. |
Begin |
Locks the Spell |
Clear() |
Removes all words from the dictionary word list and all metaphone indexes from the hash table.
Inherited from Spell |
Contains |
Determines whether a word is in the dictionary.
Inherited from Spell |
End |
Unlocks the Spell |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Fill |
Loads the alphabet from the specified stream into the current Spell |
Find |
Searches for the word in the dictionary.
Inherited from Spell |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Has |
Obsolete. Indicates whether the current dictionary contains a specified word.
Inherited from Spell |
Is |
Checks if the dictionary allows changes. |
Load() |
Loads and initializes the dictionary.
Inherited from Dictionary |
Load |
Loads the dictionary and the alphabet from specified streams into the current custom dictionary, and initializes it.
Inherited from Spell |
Load |
Obsolete. Loads the alphabet from the specified stream into the current Spell |
Load |
Loads the dictionary from the specified stream into the current Spell |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save() | Saves a custom dictionary to a file. |
Save |
Saves the custom dictionary into a specified file. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also