The base class for all types of valid dictionaries is the abstract class Dictionary. The content of the dictionary is only accessed by the TXSpell.Dictionaries collection. The classes OpenOfficeDictionary and UserDictionary are inherited from the abstract class Dictionary.

Syntax

public abstract class Dictionary
Public MustInherit Class Dictionary

Properties

Property Description
DictionaryEncoding Gets or sets the dictionary's encoding.
DisplayName Gets or sets the text that is displayed for the dictionary inside the options dialog or the SpellCheckDialog's SuggestionDictionaryComboBox.
IsGetSuggestionsEnabled Gets or sets a value that indicates whether suggestions are created using this dictionary or not.
IsSelectedAsDefault Gets a value indicating whether the dictionary is selected as the default dictionary by the Language property.
IsSpellCheckingEnabled Gets or sets a value indicating whether spell checking of this dictionary is enabled or not.
Language Gets or sets the dictionary's language.
Name Gets or sets the dictionary's name.
ShowInOptionsDialog Gets or sets a value indicating whether the dictionary is shown in the options dialog.