The SpellDictionaryBase type exposes the following members.

Methods

  NameDescription
Public methodContains
Checks whether the dictionary contains a given word.
Public methodEnsureLoaded
Ensures the dictionary is loaded, reading words from the file if necessary.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets a string that represents this object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyEnabled
Gets or sets whether the dictionary is enabled.
Public propertyFileName
Gets or sets the name of the file that contains the dictionary.
Public propertyState
Gets a DictionaryState value that indicates whether the dictionary was loaded successfully.

See Also