An instance of the Dictionary
public sealed class DictionaryCollection: CollectionBase, IEnumerable, IEnumeratorPublic NotInheritable Class DictionaryCollection
Inherits CollectionBase
Implements IEnumerable
Implements IEnumerator| Method | Description |
|---|---|
| Add | Adds objects of the type Dictionary to the collection and validates them for spell checking and suggestion operations. |
| Get |
Gets a particular dictionary from the collection by using the specified name. |
| Remove | Removes objects of the type Dictionary from the collection and invalidate them for spell checking and suggestion operations. |
| Property | Description |
|---|---|
| Has |
Gets a value indicating whether the dictionary collection contains editable user dictionaries. |
| Item | Gets a Dictionary from the collection. |
| Load |
Gets or sets a value indicating whether a dictionary is loaded on adding to the TXSpell. |